diff options
author | the_systech <the_systech@users.sourceforge.net> | 2001-12-20 19:24:30 +0000 |
---|---|---|
committer | the_systech <the_systech@users.sourceforge.net> | 2001-12-20 19:24:30 +0000 |
commit | 09d2de2b38d36cbb25127772cae9d980e215e957 (patch) | |
tree | 2c4ec6037bdff37a75b8982e8a8c258a041dd326 /phpBB/install.php | |
parent | ca9cf471bf8def3bdf17837c8192c7150193ad93 (diff) | |
download | forums-09d2de2b38d36cbb25127772cae9d980e215e957.tar forums-09d2de2b38d36cbb25127772cae9d980e215e957.tar.gz forums-09d2de2b38d36cbb25127772cae9d980e215e957.tar.bz2 forums-09d2de2b38d36cbb25127772cae9d980e215e957.tar.xz forums-09d2de2b38d36cbb25127772cae9d980e215e957.zip |
fix for re-including functions in upgrade-install integration..
git-svn-id: file:///svn/phpbb/trunk@1648 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install.php')
-rw-r--r-- | phpBB/install.php | 1 |
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; } |