From d7c357eefd905b6110ac94069b9c1873ebf01a5f Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Tue, 28 Jan 2014 08:02:49 +0530 Subject: [PATCH] bug #4250 Notice on export page & bug #4253 "New" text in navigation frame acts like a database Signed-off-by: Madhura Jayaratne --- ChangeLog | 2 ++ libraries/navigation/Nodes/Node_Database_Container.class.php | 2 ++ 2 files changed, 4 insertions(+) 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 *