Fix failing test

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2015-10-28 10:28:41 -04:00
parent 0e57191f0a
commit ffd2a95519

View File

@ -4003,7 +4003,7 @@ function PMA_getDataForChangeOrCopyUser()
$password = $authentication_string;
}
if (PMA_Util::getServerType() == 'MariaDB'
if (Util::getServerType() == 'MariaDB'
&& PMA_MYSQL_INT_VERSION >= 50500
&& isset($authentication_string)
&& empty($password)