fix: [UI] restored user menu when viewing a user's profile as admin

pull/4147/head
iglocska 2019-02-11 22:54:25 +01:00
parent 9818eb9f55
commit 67b358a4f7
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ $buttonModifyStatus = $mayModify ? 'button_on':'button_off';
) )
), ),
'<div id="userEvents"></div>', '<div id="userEvents"></div>',
$this->element('side_menu', array('menuList' => 'globalActions', 'menuItem' => 'view')) $this->element('side_menu', array('menuList' => 'admin', 'menuItem' => 'viewUser'))
); );
?> ?>
<script type="text/javascript"> <script type="text/javascript">