Add label for task title (used by Kolab skin)

This commit is contained in:
Thomas Bruederli 2012-11-21 22:27:43 +01:00
parent 56cddd1e2c
commit 76d2b331ed

View file

@ -73,6 +73,7 @@ class tasklist extends rcube_plugin
// load localizations
$this->add_texts('localization/', $this->rc->task == 'tasks' && (!$this->rc->action || $this->rc->action == 'print'));
$this->rc->load_language($_SESSION['language'], array('tasks.tasks' => $this->gettext('navtitle'))); // add label for task title
$this->timezone = $this->lib->timezone;