fix Stickler CI review
This commit is contained in:
parent
e9505c1109
commit
04026dd0b0
@ -389,9 +389,9 @@ function print_eldy_menu($db, $atarget, $type_user, &$tabMenu, &$menu, $noout =
|
||||
'module'=>'ticket|knowledgemanagement'
|
||||
);
|
||||
$link = '';
|
||||
if(!empty($conf->ticket->enabled)){
|
||||
if (!empty($conf->ticket->enabled)) {
|
||||
$link = '/ticket/index.php?mainmenu=ticket&leftmenu=';
|
||||
}else{
|
||||
} else {
|
||||
$link = '/knowledgemanagement/knowledgerecord_list.php?mainmenu=ticket&leftmenu=';
|
||||
}
|
||||
$menu_arr[] = array(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user