diff options
author | Cash Costello <cash.costello@gmail.com> | 2010-10-23 12:53:41 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2010-10-23 12:53:41 +0000 |
commit | cee2276dc0bd37f7981e885f9dd32cd0e113c1cc (patch) | |
tree | 011d6c966680d2c7b03f03f3d2e90f6ea12eb555 /actions/admin/upgrade.php | |
parent | e8fafaca927a17a6badad86e9a0c6ad4c911b8f1 (diff) | |
download | elgg-cee2276dc0bd37f7981e885f9dd32cd0e113c1cc.tar.gz elgg-cee2276dc0bd37f7981e885f9dd32cd0e113c1cc.tar.bz2 |
updating album image list when a photo is deleted
Diffstat (limited to 'actions/admin/upgrade.php')
-rw-r--r-- | actions/admin/upgrade.php | 2 |
1 files changed, 2 insertions, 0 deletions
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 |