diff options
author | cash <cash.costello@gmail.com> | 2013-01-25 17:04:31 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2013-01-25 17:04:31 -0500 |
commit | 2623c7a26c30d0791c367318035bda9deef8dad7 (patch) | |
tree | 2b18a27eac1acc9f5c6a4a02fb73e35bc2fe7767 /engine/lib | |
parent | 3c65e1e606395a0d22b909719fe66d494c31c762 (diff) | |
download | elgg-2623c7a26c30d0791c367318035bda9deef8dad7.tar.gz elgg-2623c7a26c30d0791c367318035bda9deef8dad7.tar.bz2 |
Fixes #5002 unlocking the upgrade before forwarding to upgrade script
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/upgrades/2011010101.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/lib/upgrades/2011010101.php b/engine/lib/upgrades/2011010101.php index a1ee92622..f4411ee20 100644 --- a/engine/lib/upgrades/2011010101.php +++ b/engine/lib/upgrades/2011010101.php @@ -93,4 +93,6 @@ $processed_upgrades[] = '2011010101.php'; $processed_upgrades = array_unique($processed_upgrades); elgg_set_processed_upgrades($processed_upgrades); +_elgg_upgrade_unlock(); + forward('upgrade.php'); |