Skip to content
Snippets Groups Projects
Commit 4267df24 authored by yogeshwar's avatar yogeshwar
Browse files

E-ALL SETTINGS - HomePage - User

parent 2952fc94
No related branches found
No related tags found
2 merge requests!1233E_ALL fixes across modules for PHP 8.x,!1207E-ALL SETTINGS - HomePage && User
......@@ -332,7 +332,7 @@ class Users_Module_Model extends Vtiger_Module_Model {
$blocksList = array('Edit' => array('block' => 'LBL_USER_MANAGEMENT', 'menu' => 'LBL_USERS'),
'Calendar' => array('block' => 'LBL_MY_PREFERENCES', 'menu' => 'Calendar Settings'),
'PreferenceEdit'=> array('block' => 'LBL_MY_PREFERENCES', 'menu' => 'My Preferences'));
return isset($blocksList[$viewName]) ? $blocksList[$viewName] : '';
return isset($blocksList[$viewName]) ? $blocksList[$viewName] :array();
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment