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_create.php
parent5eef3a9b604050fac1e4d34be1f50b57e61aaeec (diff)
Clarify method name
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'tbl_create.php')
-rw-r--r--tbl_create.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_create.php b/tbl_create.php
index 3993baeaa4..c6ee163ee2 100644
--- a/tbl_create.php
+++ b/tbl_create.php
@@ -91,7 +91,7 @@ if (isset($_REQUEST['do_save_data'])) {
}
} else {
$response = PMA_Response::getInstance();
- $response->isSuccess(false);
+ $response->setRequestStatus(false);
$response->addJSON('message', $GLOBALS['dbi']->getError());
}
exit;