From 4db6c674fa6cd16788c63d64a48bcc2bcd0907cf Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 24 Apr 2013 17:42:41 -0700 Subject: [PATCH] Notice removal --- e107_handlers/file_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/file_class.php b/e107_handlers/file_class.php index 55a456092..05a1b5b98 100644 --- a/e107_handlers/file_class.php +++ b/e107_handlers/file_class.php @@ -20,7 +20,7 @@ */ if (!defined('e107_INIT')) { exit; } -if(SAFE_MODE === false) +if(defined('SAFE_MODE') && SAFE_MODE === false) { @set_time_limit(10 * 60); // throws error in safe-mode. }