Skip to content

Commit

Permalink
Fix PHP notices and warning related to dbs_to_test global.
Browse files Browse the repository at this point in the history
Issue phpmyadmin#12876
Signed-off-by: Tim McLaughlin <tim.j.mclaughlin@gmail.com>
  • Loading branch information
slimtim committed Jan 10, 2017
1 parent 95956f0 commit bef006a
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 @@ -30,6 +30,7 @@ phpMyAdmin - ChangeLog
- issue #12859 Changed WHERE condition to 0 instead of 1 for SQL query window to avoid accidents
- issue #12872 Use same query for display and execution when dropping index
- issue #12868 Fix check for user groups freatures being enabled
- issue #12876 Fix notices and warning related to dbs_to_test global

4.6.5.2 (2016-12-05)
- issue #12765 Fixed SQL export with newlines
Expand Down
2 changes: 2 additions & 0 deletions libraries/navigation/NavigationTree.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
use PMA\libraries\Response;
use PMA\libraries\Util;

require_once 'libraries/check_user_privileges.lib.php';

/**
* Displays a collapsible of database objects in the navigation frame
*
Expand Down

0 comments on commit bef006a

Please sign in to comment.