aboutsummaryrefslogtreecommitdiff
path: root/upgrade.php
diff options
context:
space:
mode:
Diffstat (limited to 'upgrade.php')
-rw-r--r--upgrade.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/upgrade.php b/upgrade.php
index 9e8ec5d74..90207f880 100644
--- a/upgrade.php
+++ b/upgrade.php
@@ -14,7 +14,8 @@
*/
// Include elgg engine
- define('upgrading','upgrading');
+ define('upgrading','upgrading');
+ define('externalpage',true);
require_once(dirname(__FILE__) . "/engine/start.php");
if (get_input('upgrade') == 'upgrade') {