1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-17 03:21:29 +00:00

updaterandomfeed: use max_execution_time parameter

This commit is contained in:
Andrew Dolgov
2013-01-22 20:07:34 +04:00
parent 8b83bf5fa1
commit 6b1a4ecd41
4 changed files with 9 additions and 4 deletions

View File

@@ -1968,7 +1968,7 @@
$params["csrf_token"] = $_SESSION["csrf_token"];
$params["widescreen"] = (int) $_SESSION["widescreen"];
$params['simple_update'] = defined('_SIMPLE_UPDATE_MODE') && _SIMPLE_UPDATE_MODE;
$params['simple_update'] = defined('SIMPLE_UPDATE_MODE') && SIMPLE_UPDATE_MODE;
return $params;
}