diff options
Diffstat (limited to 'upgrade.php')
-rw-r--r-- | upgrade.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/upgrade.php b/upgrade.php index 52477aea1..f81864251 100644 --- a/upgrade.php +++ b/upgrade.php @@ -13,7 +13,8 @@ * @link http://elgg.org/ */ - // Include elgg engine + // Include elgg engine
+ define('upgrading','upgrading'); require_once(dirname(__FILE__) . "/engine/start.php");
if (get_input('upgrade') == 'upgrade') { |