mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02: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:
@@ -869,6 +869,7 @@ else
|
||||
//
|
||||
if ( $upgrade == 1 && $upgrade_now == $lang['upgrade_submit'] )
|
||||
{
|
||||
define('INSTALLING', true);
|
||||
require('upgrade.'.$phpEx);
|
||||
exit;
|
||||
}
|
||||
|
Reference in New Issue
Block a user