aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install.php b/phpBB/install.php
index 0b98275205..4633b30d6b 100644
--- a/phpBB/install.php
+++ b/phpBB/install.php
@@ -869,6 +869,7 @@ else
//
if ( $upgrade == 1 && $upgrade_now == $lang['upgrade_submit'] )
{
+ define('INSTALLING', true);
require('upgrade.'.$phpEx);
exit;
}