From a7836067db3a362df8b6f493de57d17443b1ad33 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 24 Sep 2015 09:46:54 -0400 Subject: [PATCH] Fixes #11496 Incorrect definition for getTablesWhenOpen() Signed-off-by: Marc Delisle --- ChangeLog | 1 + libraries/Util.class.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4d1fc02112..b1e4a190ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ phpMyAdmin - ChangeLog - issue #11491 Propose table structure broken - issue #11464 phpMyAdmin suggests upgrading to newer version not usable on that system - issue #11495 'PMA_Microhistory' is undefined +- issue #11496 Incorrect definition for getTablesWhenOpen() 4.5.0.1 (2015-09-24) - issue #11492 AUTO_INCREMENT statements are partly missing from exports diff --git a/libraries/Util.class.php b/libraries/Util.class.php index b7dff92fa9..908e9b81c1 100644 --- a/libraries/Util.class.php +++ b/libraries/Util.class.php @@ -4829,7 +4829,7 @@ class PMA_Util * @return array $tables list of tables * */ - public function getTablesWhenOpen($db, $db_info_result) + public static function getTablesWhenOpen($db, $db_info_result) { $tables = array();