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:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-06-30 18:15:06 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-06-30 19:30:04 +0300
commit54a15dbd9cf37ba41a2d1d256e0d36c8b9d7082d (patch)
treea38d67be5ffd4c24bc13b026f7186854390a7c3a /tbl_addfield.php
parentaf84c6a4b492c0a49667743277d3846ff4a0324e (diff)
Move classes to PhpMyAdmin namespace
- Move Logging to PhpMyAdmin namespace - Move Menu to PhpMyAdmin namespace - Move Message to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
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 ac89d87dc9..3fbe6d4fad 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -90,7 +90,7 @@ if (isset($_REQUEST['do_save_data'])) {
}
// Go back to the structure sub-page
- $message = PMA\libraries\Message::success(
+ $message = PhpMyAdmin\Message::success(
__('Table %1$s has been altered successfully.')
);
$message->addParam($table);