mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-06 05:59:28 +01:00
fixed typo: record-type is "users" not "user"
This commit is contained in:
parent
b41745afdb
commit
aac290a330
@ -708,7 +708,7 @@ class groupdav_principals extends groupdav_handler
|
|||||||
HTTP_WebDAV_Server::mkprop(groupdav::CALENDARSERVER,'email-address',$account['account_email']))),
|
HTTP_WebDAV_Server::mkprop(groupdav::CALENDARSERVER,'email-address',$account['account_email']))),
|
||||||
'last-name' => HTTP_WebDAV_Server::mkprop(groupdav::CALENDARSERVER,'last-name',$account['account_lastname']),
|
'last-name' => HTTP_WebDAV_Server::mkprop(groupdav::CALENDARSERVER,'last-name',$account['account_lastname']),
|
||||||
'first-name' => HTTP_WebDAV_Server::mkprop(groupdav::CALENDARSERVER,'first-name',$account['account_firstname']),
|
'first-name' => HTTP_WebDAV_Server::mkprop(groupdav::CALENDARSERVER,'first-name',$account['account_firstname']),
|
||||||
'record-type' => HTTP_WebDAV_Server::mkprop(groupdav::CALENDARSERVER,'record-type','user'),
|
'record-type' => HTTP_WebDAV_Server::mkprop(groupdav::CALENDARSERVER,'record-type','users'),
|
||||||
// WebDAV ACL and CalDAV proxy
|
// WebDAV ACL and CalDAV proxy
|
||||||
'group-membership' => $this->principal_set('group-membership', $this->accounts->memberships($account['account_id']),
|
'group-membership' => $this->principal_set('group-membership', $this->accounts->memberships($account['account_id']),
|
||||||
'calendar', $account['account_id']), // add proxy-rights
|
'calendar', $account['account_id']), // add proxy-rights
|
||||||
|
Loading…
Reference in New Issue
Block a user