From fd7c8522ea4cca807d0a6cdaf8ee5e4e8d57dc3b Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 3 Oct 2015 10:14:29 -0400 Subject: Clarify method name Signed-off-by: Marc Delisle --- db_operations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db_operations.php') diff --git a/db_operations.php b/db_operations.php index bc50d1732d..9cdeaeaee9 100644 --- a/db_operations.php +++ b/db_operations.php @@ -180,7 +180,7 @@ if (/*overload*/mb_strlen($GLOBALS['db']) */ if ($GLOBALS['is_ajax_request'] == true) { $response = PMA_Response::getInstance(); - $response->isSuccess($message->isSuccess()); + $response->setRequestStatus($message->isSuccess()); $response->addJSON('message', $message); $response->addJSON('newname', $_REQUEST['newname']); $response->addJSON( -- cgit v1.2.3