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_addfield.php
parent5eef3a9b604050fac1e4d34be1f50b57e61aaeec (diff)
Clarify method name
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'tbl_addfield.php')
-rw-r--r--tbl_addfield.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_addfield.php b/tbl_addfield.php
index 9bdc8bd347..3545bd5a51 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -99,7 +99,7 @@ if (isset($_REQUEST['do_save_data'])) {
} else {
$error_message_html = PMA_Util::mysqlDie('', '', false, $err_url, false);
$response->addHTML($error_message_html);
- $response->isSuccess(false);
+ $response->setRequestStatus(false);
exit;
}
} // end do alter table