mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/14269] Fix comments and language var names
PHPBB3-14269
This commit is contained in:
@@ -105,7 +105,7 @@ class install
|
||||
{
|
||||
if ($this->install_helper->is_phpbb_installed())
|
||||
{
|
||||
throw new http_exception(404, 'INSTALL_PHPBB_IS_ALREADY_INSTALLED');
|
||||
throw new http_exception(404, 'INSTALL_PHPBB_INSTALLED');
|
||||
}
|
||||
|
||||
$this->template->assign_vars(array(
|
||||
|
Reference in New Issue
Block a user