mark addressbook as writeable
This commit is contained in:
parent
e6950dfb68
commit
be360bee72
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Config::init();
|
|||
class abook_carddav extends addressbook_backend {
|
||||
var $btype = 'local';
|
||||
var $bname = 'carddav';
|
||||
var $writeable = false;
|
||||
var $writeable = true;
|
||||
|
||||
/* ========================== Private ======================= */
|
||||
|
||||
|
|
Loading…
Reference in a new issue