bug 2655 avoid php warning in safe_mode

git-svn-id: http://piwigo.org/svn/trunk@16072 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2012-06-27 03:54:23 +00:00
parent 635a24dff3
commit ef541746f8

2
i.php
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);