summaryrefslogtreecommitdiff
path: root/cron.php
diff options
context:
space:
mode:
Diffstat (limited to 'cron.php')
-rw-r--r--cron.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron.php b/cron.php
index d7e170820..f7c9d6adb 100644
--- a/cron.php
+++ b/cron.php
@@ -8,7 +8,7 @@ include_once "includes/common.inc";
** If not in 'safe mode', increase the maximum execution time:
*/
-if (!get_cfg_var("safe_mode")) {
+if (!ini_get("safe_mode")) {
set_time_limit(240);
}