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:
authorMarc Delisle <marc@infomarc.info>2015-10-03 17:14:29 +0300
committerMarc Delisle <marc@infomarc.info>2015-10-03 17:14:29 +0300
commitfd7c8522ea4cca807d0a6cdaf8ee5e4e8d57dc3b (patch)
treeddcb6be4068801fdd628c25de85fd317de0d9c1c /tbl_replace.php
parent5eef3a9b604050fac1e4d34be1f50b57e61aaeec (diff)
Clarify method name
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'tbl_replace.php')
-rw-r--r--tbl_replace.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_replace.php b/tbl_replace.php
index 389c1820b1..09249d3e77 100644
--- a/tbl_replace.php
+++ b/tbl_replace.php
@@ -433,7 +433,7 @@ if ($response->isAjax() && ! isset($_POST['ajax_page_request'])) {
= PMA_Util::getMessage($message, $GLOBALS['display_query']);
$response = PMA_Response::getInstance();
- $response->isSuccess($message->isSuccess());
+ $response->setRequestStatus($message->isSuccess());
$response->addJSON('message', $message);
$response->addJSON($extra_data);
exit;