diff --git a/phpBB/adm/style/install_install.html b/phpBB/adm/style/install_install.html
index 69de6b2604..07de87fd31 100755
--- a/phpBB/adm/style/install_install.html
+++ b/phpBB/adm/style/install_install.html
@@ -20,7 +20,7 @@
- - {checks.TITLE}:
{checks.TITLE_EXPLAIN}
+ - {checks.TITLE}:
{checks.TITLE_EXPLAIN}
- {checks.RESULT}
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php
index 8fc1c3d7b5..da85fc527a 100755
--- a/phpBB/install/install_install.php
+++ b/phpBB/install/install_install.php
@@ -520,7 +520,7 @@ class install_install extends module
$$var = request_var($var, '');
}
- if ($dbname == '')
+ if ($dbms == '')
{
// Someone's been silly and tried calling this page direct
// So we send them back to the start to do it again properly
@@ -679,7 +679,7 @@ class install_install extends module
$$var = request_var($var, '');
}
- if ($dbname == '')
+ if ($dbms == '')
{
// Someone's been silly and tried calling this page direct
// So we send them back to the start to do it again properly
@@ -823,7 +823,7 @@ class install_install extends module
$$var = request_var($var, '');
}
- if ($dbname == '')
+ if ($dbms == '')
{
// Someone's been silly and tried calling this page direct
// So we send them back to the start to do it again properly
@@ -899,7 +899,7 @@ class install_install extends module
$$var = request_var($var, '');
}
- if ($dbname == '')
+ if ($dbms == '')
{
// Someone's been silly and tried calling this page direct
// So we send them back to the start to do it again properly