diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-06-27 03:54:23 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-06-27 03:54:23 +0000 |
commit | ef541746f8e7b8b01ca424bb98f12ba0e832208c (patch) | |
tree | 59725f5c5bc1242639b6e9c7347ea3ebd000dce5 /i.php | |
parent | 635a24dff34011dbda34e70c90e426fdc414ec61 (diff) |
bug 2655 avoid php warning in safe_mode
git-svn-id: http://piwigo.org/svn/trunk@16072 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | i.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |