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
This commit is contained in:
rvelices
2012-06-27 03:55:48 +00:00
parent 45e75a4a92
commit 9937863533
+1 -1
View File
@@ -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);