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 /tbl_export.php
parentc0617bcd5f44e05376b8df7f7b5bc8fae6b1ad90 (diff)
parent77c5b0a8ad091d3b5ae60dd993d804a88beacc09 (diff)
Merge remote-tracking branch 'origin/master' into useNamespaces_master
Diffstat (limited to 'tbl_export.php')
-rw-r--r--tbl_export.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_export.php b/tbl_export.php
index 52f16cd544..2db17e3284 100644
--- a/tbl_export.php
+++ b/tbl_export.php
@@ -71,12 +71,12 @@ if (isset($_REQUEST['templateAction']) && $cfgRelation['exporttemplateswork']) {
$response = PMA\libraries\Response::getInstance();
if (! $result) {
$error = $GLOBALS['dbi']->getError($GLOBALS['controllink']);
- $response->isSuccess(false);
+ $response->setRequestStatus(false);
$response->addJSON('message', $error);
exit;
}
- $response->isSuccess(true);
+ $response->setRequestStatus(true);
if ('create' == $_REQUEST['templateAction']) {
$response->addJSON(
'data',