Skip to content

Commit

Permalink
Merge branch 'QA_4_6'
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuracj committed Mar 16, 2016
2 parents 46dee5d + 902b41e commit 251cd5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ phpMyAdmin - ChangeLog
- issue #12085 Like search strings being escaped incorrectly
- issue #12092 Rename exported databases/tables doesn't seem to work
- issue #12099 Undefined index: controllink
- issue #12092 PHP Fatal error: Call to undefined function __()

4.5.5.1 (2016-02-29)
- issue #11971 CREATE UNIQUE INDEX index type is not recognized by parser.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,8 @@ protected function synchronizeFavoriteTables(
*/
protected function checkFavoriteTable($current_table)
{
// ensure $_SESSION['tmpval']['favorite_tables'] is initialized
RecentFavoriteTable::getInstance('favorite');
foreach (
$_SESSION['tmpval']['favorite_tables'][$GLOBALS['server']] as $value
) {
Expand Down

0 comments on commit 251cd5d

Please sign in to comment.