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_addfield.php
parentc0617bcd5f44e05376b8df7f7b5bc8fae6b1ad90 (diff)
parent77c5b0a8ad091d3b5ae60dd993d804a88beacc09 (diff)
Merge remote-tracking branch 'origin/master' into useNamespaces_master
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 8e893c7a22..3d666a2be8 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -100,7 +100,7 @@ if (isset($_REQUEST['do_save_data'])) {
} else {
$error_message_html = PMA\libraries\Util::mysqlDie('', '', false, $err_url, false);
$response->addHTML($error_message_html);
- $response->isSuccess(false);
+ $response->setRequestStatus(false);
exit;
}
} // end do alter table