diff --git a/installer/wizard.php b/installer/wizard.php index 8c78cf4d44..aae6da4bc0 100644 --- a/installer/wizard.php +++ b/installer/wizard.php @@ -602,8 +602,8 @@ public static function install_requirements() */ public static function install_database() { - // Verify the host, username and password have been specified - $params = array('host', 'username', 'password', 'database'); + // Verify that the host, username and database have been specified + $params = array('host', 'username', 'database'); if ( ! self::_validate_params($params, $_POST)) return FALSE;