From cee2276dc0bd37f7981e885f9dd32cd0e113c1cc Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 23 Oct 2010 12:53:41 +0000 Subject: updating album image list when a photo is deleted --- actions/admin/upgrade.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actions/admin') diff --git a/actions/admin/upgrade.php b/actions/admin/upgrade.php index 9c4aef1cf..334e9588e 100644 --- a/actions/admin/upgrade.php +++ b/actions/admin/upgrade.php @@ -11,6 +11,8 @@ if ($version <= $local_version) { forward($_SERVER['HTTP_REFERER']); } +set_time_limit(0); + $base_dir = $CONFIG->pluginspath . 'tidypics/upgrades'; // taken from engine/lib/version.php -- cgit v1.2.3