Fix indentation
This commit is contained in:
parent
09e2cc1f01
commit
575513dc50
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user