fix menu item for 2 factor auth

This commit is contained in:
Uwe Steinmann 2019-11-26 17:48:54 +01:00
parent 4dbec073cc
commit a75d337912

View File

@ -726,7 +726,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
$menuitems['edit_notify'] = array('link'=>"../out/out.ManageNotify.php", 'label'=>'edit_existing_notify'); $menuitems['edit_notify'] = array('link'=>"../out/out.ManageNotify.php", 'label'=>'edit_existing_notify');
$menuitems['2_factor_auth'] = array('link'=>"../out/out.Setup2Factor.php", 'label'=>'edit_existing_notify'); $menuitems['2_factor_auth'] = array('link'=>"../out/out.Setup2Factor.php", 'label'=>'2_factor_auth');
if ($this->params['enableusersview']){ if ($this->params['enableusersview']){
if ($accessobject->check_view_access('UsrView')) if ($accessobject->check_view_access('UsrView'))