From 9937863533b9877e70a8f5242bb85a66d5b741ef Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 27 Jun 2012 03:55:48 +0000 Subject: [PATCH] bug 2655 avoid php warning in safe_mode merge from trunk to 2.4 git-svn-id: http://piwigo.org/svn/branches/2.4@16073 68402e56-0260-453c-a942-63ccdbb3a9ee --- i.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i.php b/i.php index 44faa32ce..f7201cd13 100644 --- a/i.php +++ b/i.php @@ -501,7 +501,7 @@ if (!mkgetdir(dirname($page['derivative_path']))) } ignore_user_abort(true); -set_time_limit(0); +@set_time_limit(0); $image = new pwg_image($page['src_path']); $timing['load'] = time_step($step);