Fix "Addressbook source not found!" error on birthdays calendar feed (T1152)
This commit is contained in:
parent
a261f00627
commit
0c8e563f89
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue