From 67b358a4f714d7dac3e5c2e6d94c5f7854612021 Mon Sep 17 00:00:00 2001 From: iglocska Date: Mon, 11 Feb 2019 22:54:25 +0100 Subject: [PATCH] fix: [UI] restored user menu when viewing a user's profile as admin --- app/View/Users/admin_view.ctp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/View/Users/admin_view.ctp b/app/View/Users/admin_view.ctp index e185dbfba..4d72b7391 100644 --- a/app/View/Users/admin_view.ctp +++ b/app/View/Users/admin_view.ctp @@ -103,7 +103,7 @@ $buttonModifyStatus = $mayModify ? 'button_on':'button_off'; ) ), '
', - $this->element('side_menu', array('menuList' => 'globalActions', 'menuItem' => 'view')) + $this->element('side_menu', array('menuList' => 'admin', 'menuItem' => 'viewUser')) ); ?>