mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-20 00:21:42 +02:00
Merge remote-tracking branch 'p/ticket/10547' into develop
* p/ticket/10547: [ticket/10547] User is not logged in as admin after installation
This commit is contained in:
@@ -1804,6 +1804,9 @@ class install_install extends module
|
|||||||
|
|
||||||
$this->page_title = $lang['STAGE_FINAL'];
|
$this->page_title = $lang['STAGE_FINAL'];
|
||||||
|
|
||||||
|
// Obtain any submitted data
|
||||||
|
$data = $this->get_submitted_data();
|
||||||
|
|
||||||
// We need to fill the config to let internal functions correctly work
|
// We need to fill the config to let internal functions correctly work
|
||||||
$config = new phpbb_config_db($db, new phpbb_cache_driver_null, CONFIG_TABLE);
|
$config = new phpbb_config_db($db, new phpbb_cache_driver_null, CONFIG_TABLE);
|
||||||
set_config(null, null, null, $config);
|
set_config(null, null, null, $config);
|
||||||
|
Reference in New Issue
Block a user