1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-06 22:45:02 +02:00

[ticket/14039] Fix acp link

PHPBB3-14039
This commit is contained in:
Mate Bartus 2015-10-18 22:33:31 +02:00
parent ed442198d1
commit 0ce72f94a2

View File

@ -191,7 +191,7 @@ class installer
else else
{ {
global $SID; global $SID;
$acp_url = $this->web_root . '/adm/index.php' . $SID; $acp_url = $this->web_root . 'adm/index.php' . $SID;
$this->iohandler->add_success_message('INSTALLER_FINISHED', array( $this->iohandler->add_success_message('INSTALLER_FINISHED', array(
'ACP_LINK', 'ACP_LINK',
$acp_url, $acp_url,