]> git.mjollnir.org Git - s9y.git/commitdiff
Would be nice if people report bugs/issues with this anywhere and not
authorgarvinhicking <garvinhicking>
Tue, 20 Sep 2005 18:56:49 +0000 (18:56 +0000)
committergarvinhicking <garvinhicking>
Tue, 20 Sep 2005 18:56:49 +0000 (18:56 +0000)
just drop it on a IRC channel. *eg*

(ChangeLog says hi to absynth ;)

include/admin/images.inc.php

index 10d108fb48b27ace41e3f0735e67835c7c8dc0a6..b7037851081821a95d1ad4fc5ad5e85615feb909 100644 (file)
@@ -15,8 +15,8 @@ switch ($serendipity['GET']['adminAction']) {
         if (!serendipity_checkPermission('adminImagesSync')) {
             break;
         }
-        set_time_limit(0);
-        ignore_user_abort();
+        @set_time_limit(0);
+        @ignore_user_abort();
 
         echo '<p><b>' . SYNCING . '</b><br /><br />';
         flush();