Fix typo
This commit is contained in:
@@ -24,7 +24,7 @@ if (!defined('PMA_SQL_VALIDATOR_CLASS_INCLUDED')) {
|
||||
define('PMA_SQL_VALIDATOR_CLASS_INCLUDED', 1);
|
||||
|
||||
@include("SOAP/Client.php");
|
||||
if(!class_exists('SOAP_Client') {
|
||||
if(!class_exists('SOAP_Client')) {
|
||||
$GLOBALS['sqlvalidator_error'] = TRUE;
|
||||
} else {
|
||||
|
||||
@@ -254,6 +254,7 @@ if (!defined('PMA_SQL_VALIDATOR_CLASS_INCLUDED')) {
|
||||
return $ret;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
} // $__PMA_SQL_VALIDATOR_CLASS__
|
||||
|
||||
|
Reference in New Issue
Block a user