Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Peccatte <hugues.peccatte@gmail.com>2015-10-04 19:04:49 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-10-04 19:04:49 +0300
commit6f4676cdfc2aea568a73985b652fe790b33d1aed (patch)
treec04bf4627a058a998b7adba9f3b162aec1188cf4 /db_operations.php
parentc0617bcd5f44e05376b8df7f7b5bc8fae6b1ad90 (diff)
parent77c5b0a8ad091d3b5ae60dd993d804a88beacc09 (diff)
Merge remote-tracking branch 'origin/master' into useNamespaces_master
Diffstat (limited to 'db_operations.php')
-rw-r--r--db_operations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_operations.php b/db_operations.php
index b857b69c5c..5176486af7 100644
--- a/db_operations.php
+++ b/db_operations.php
@@ -182,7 +182,7 @@ if (/*overload*/mb_strlen($GLOBALS['db'])
*/
if ($GLOBALS['is_ajax_request'] == true) {
$response = PMA\libraries\Response::getInstance();
- $response->isSuccess($message->isSuccess());
+ $response->setRequestStatus($message->isSuccess());
$response->addJSON('message', $message);
$response->addJSON('newname', $_REQUEST['newname']);
$response->addJSON(