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 /tbl_structure.php
parent12ac57e0bd60ef1e3b63e95ce64d0137a8df25d8 (diff)
Fix test failures
Signed-off-by: Jason <jason.daurus@gmail.com>
Diffstat (limited to 'tbl_structure.php')
-rw-r--r--tbl_structure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_structure.php b/tbl_structure.php
index 032f5f7db0..7409bca4ec 100644
--- a/tbl_structure.php
+++ b/tbl_structure.php
@@ -120,7 +120,7 @@ if (! empty($submit_mult)) {
}
// display secondary level tabs if necessary
-$engine = PMA_Table::sGetStatusInfo($db, $table, 'ENGINE');
+$engine = $GLOBALS['dbi']->getTable($db, $table)->sGetStatusInfo('ENGINE');
$response->addHTML(PMA_getStructureSecondaryTabs($engine));
$response->addHTML('<div id="structure_content">');