mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
fix for re-including functions in upgrade-install integration..
git-svn-id: file:///svn/phpbb/trunk@1648 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ca9cf471bf
commit
09d2de2b38
1 changed files with 1 additions and 0 deletions
|
@ -869,6 +869,7 @@ else
|
||||||
//
|
//
|
||||||
if ( $upgrade == 1 && $upgrade_now == $lang['upgrade_submit'] )
|
if ( $upgrade == 1 && $upgrade_now == $lang['upgrade_submit'] )
|
||||||
{
|
{
|
||||||
|
define('INSTALLING', true);
|
||||||
require('upgrade.'.$phpEx);
|
require('upgrade.'.$phpEx);
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue