From ab355c6ba38105a882e3b43434348e9b1a5ae4bb Mon Sep 17 00:00:00 2001 From: darode Date: Mon, 2 Apr 2012 14:52:11 +0000 Subject: [PATCH] 2012-04-02 Dario Rodriguez * operation/menu.php: Fixed an error selecting the correct menu option in workspace menu. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5872 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/operation/menu.php | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 16250a9ff7..63b3e94747 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2012-04-02 Dario Rodriguez + + * operation/menu.php: Fixed an error selecting the correct menu option + in workspace menu. + 2012-04-02 Juan Manuel Ramon * include/styles/dialog.css diff --git a/pandora_console/operation/menu.php b/pandora_console/operation/menu.php index 5a8cfbefb4..c2522437b3 100644 --- a/pandora_console/operation/menu.php +++ b/pandora_console/operation/menu.php @@ -285,10 +285,8 @@ if (check_acl ($config['id_user'], 0, "AR")) { // Messages $sub["operation/messages/message_list"]["text"] = __('Messages'); - $sub["operation/messages/message"]["refr"] = 0; - $sub["operation/messages/message"]["subsecs"] = array("operation/messages/message_edit", - "operation/messages/message_list"); - + $sub["operation/messages/message_list"]["refr"] = 0; + $sub["operation/messages/message_list"]["subsecs"] = array("operation/messages/message_edit"); } $menu["workspace"]["sub"] = $sub;