From 235d5f47f83ba64bb00ab0716c1e10c57f8655ae Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 6 Jan 2015 14:17:12 -0500 Subject: [PATCH] bug #4689 Setup tool creates "pma__favorites" incorrectly Signed-off-by: Marc Delisle --- ChangeLog | 1 + libraries/config/setup.forms.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d2066bacc6..e3c1957440 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ phpMyAdmin - ChangeLog - bug Undefined index notices while configuring recent and favorite tables - bug #4687 Designer breaks without configuration storage - bug #4686 Select elements flicker and selects something else +- bug #4689 Setup tool creates "pma__favorites" incorrectly 4.3.5.0 (2015-01-05) - bug Auto-configuration: tables were not created automatically diff --git a/libraries/config/setup.forms.php b/libraries/config/setup.forms.php index 68b409efb7..8c285f8d53 100644 --- a/libraries/config/setup.forms.php +++ b/libraries/config/setup.forms.php @@ -75,7 +75,7 @@ $forms['Servers']['Server_pmadb'] = array('Servers' => array(1 => array( 'column_info' => 'pma__column_info', 'history' => 'pma__history', 'recent' => 'pma__recent', - 'favorite' => 'pma_favorite', + 'favorite' => 'pma__favorite', 'table_uiprefs' => 'pma__table_uiprefs', 'tracking' => 'pma__tracking', 'table_coords' => 'pma__table_coords',