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:
authorJason <jason.daurus@gmail.com>2015-07-21 19:28:40 +0300
committerJason <jason.daurus@gmail.com>2015-07-23 06:46:40 +0300
commit6fd29078b645c9f8a3c38cf9e9a346ee4aa303af (patch)
tree2f44c71c4f87bd4bc205750584751c8dd80093f2 /db_datadict.php
parent12ac57e0bd60ef1e3b63e95ce64d0137a8df25d8 (diff)
Fix test failures
Signed-off-by: Jason <jason.daurus@gmail.com>
Diffstat (limited to 'db_datadict.php')
-rw-r--r--db_datadict.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_datadict.php b/db_datadict.php
index f4c49f60ed..e53c992dfe 100644
--- a/db_datadict.php
+++ b/db_datadict.php
@@ -67,7 +67,7 @@ foreach ($tables as $table) {
/**
* Gets table information
*/
- $show_comment = PMA_Table::sGetStatusInfo($db, $table, 'TABLE_COMMENT');
+ $show_comment = $GLOBALS['dbi']->getTable($db, $table)->sGetStatusInfo('TABLE_COMMENT');
/**
* Gets table keys and retains them