diff --git a/module/common/model.php b/module/common/model.php index 39d6b1bb35..c09dbe791a 100644 --- a/module/common/model.php +++ b/module/common/model.php @@ -622,6 +622,7 @@ class commonModel extends model } } + if($moduleName == 'feedback') $active = ''; $menuItemHtml = "
  • " . html::a($link, $label, $target) . $subMenu . "
  • \n"; if($isMobile) $menuItemHtml = html::a($link, $menuItem->text, $target, "class='$class $active'") . "\n"; echo $menuItemHtml;