System notification being duplicated

1
  function Notifier() {
        switch (Url::getURL(2)) {
            case 'notifier':
                $render = 'dashboard/Notifier/notifier';
                $model = 'notifier/Notifier';
                break;
            case 'inbox':
                $render = 'dashboard/Notifier/inbox';
                $model = 'notifier/Inbox';
                break;
            default:
                break;
        }
        $this->_check_sub_menu_item($render, $model);
    }
    
asked by anonymous 11.04.2018 / 14:14

0 answers