Fix "Addressbook source not found!" error on birthdays calendar feed (T1152)

This commit is contained in:
Aleksander Machniak 2016-03-29 16:18:00 +02:00
parent a261f00627
commit 0c8e563f89

View file

@ -29,7 +29,7 @@
class kolab_addressbook extends rcube_plugin
{
public $task = '?(?!login|logout).*';
public $task = '?(?!logout).*';
private $sources;
private $folders;
@ -97,7 +97,6 @@ class kolab_addressbook extends rcube_plugin
$this->add_hook('folder_update', array($this, 'prefs_folder_update'));
}
/**
* Handler for the addressbooks_list hook.
*