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:
parent
635a24dff3
commit
ef541746f8
1 changed files with 1 additions and 1 deletions
2
i.php
2
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);
|
||||
|
|
Loading…
Add table
Reference in a new issue