Fix missing icon for Tasks menu when user is in subpages of Settings.

This commit is contained in:
Aleksander Machniak 2016-08-18 05:05:00 -04:00
parent cd60b2b377
commit fc162eab87

View file

@ -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') {