Fix missing icon for Tasks menu when user is in subpages of Settings.
This commit is contained in:
parent
cd60b2b377
commit
fc162eab87
1 changed files with 0 additions and 4 deletions
|
@ -53,10 +53,6 @@ class tasklist_ui
|
|||
'label' => 'tasklist.navtitle',
|
||||
), 'taskbar');
|
||||
|
||||
if ($this->rc->action && !in_array($this->rc->action, array('show', 'preview', 'print', 'index'))) {
|
||||
return;
|
||||
}
|
||||
|
||||
$this->plugin->include_stylesheet($this->plugin->local_skin_path() . '/tasklist.css');
|
||||
|
||||
if ($this->rc->task == 'mail' || $this->rc->task == 'tasks') {
|
||||
|
|
Loading…
Add table
Reference in a new issue