mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
tiny fix for the installer
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9300 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f0092cd1f2
commit
c5b70d5f60
1 changed files with 1 additions and 1 deletions
|
@ -543,7 +543,7 @@ class install_install extends module
|
||||||
{
|
{
|
||||||
if (!isset($available_dbms[$data['dbms']]) || !$available_dbms[$data['dbms']]['AVAILABLE'])
|
if (!isset($available_dbms[$data['dbms']]) || !$available_dbms[$data['dbms']]['AVAILABLE'])
|
||||||
{
|
{
|
||||||
$error['db'][] = $lang['INST_ERR_NO_DB'];
|
$error[] = $lang['INST_ERR_NO_DB'];
|
||||||
$connect_test = false;
|
$connect_test = false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue