diff --git a/ChangeLog b/ChangeLog index 2ece009e83..02bbea33e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ phpMyAdmin - ChangeLog 4.1.7.0 (not yet released) - bug #4245 initial Browse query does not match sorting order +- bug #4250 Notice on export page +- bug #4253 "New" text in navigation frame acts like a database 4.1.6.0 (2014-01-26) - bug #4232 User not found after creating the user diff --git a/libraries/navigation/Nodes/Node_Database_Container.class.php b/libraries/navigation/Nodes/Node_Database_Container.class.php index 5d4f52772d..6396b03cb0 100644 --- a/libraries/navigation/Nodes/Node_Database_Container.class.php +++ b/libraries/navigation/Nodes/Node_Database_Container.class.php @@ -9,6 +9,8 @@ if (! defined('PHPMYADMIN')) { exit; } +require_once './libraries/check_user_privileges.lib.php'; + /** * Represents a container for database nodes in the navigation tree *