diff --git a/libraries/Util.class.php b/libraries/Util.class.php index 7f03c3d804..72d23f373d 100644 --- a/libraries/Util.class.php +++ b/libraries/Util.class.php @@ -747,8 +747,8 @@ class PMA_Util * - use PMA_Response() to transmit the message and exit */ if (isset($GLOBALS['is_ajax_request']) - && $GLOBALS['is_ajax_request'] == true - ) { + && $GLOBALS['is_ajax_request'] == true + ) { $response = PMA_Response::getInstance(); $response->isSuccess(false); $response->addJSON('message', $error_msg);