mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-29 18:52:18 +01:00
Contacts: var 'url' => 'uri'.
This commit is contained in:
parent
5e938caf75
commit
006bf317f4
@ -107,11 +107,11 @@ class Backend extends \Sabre_CardDAV_Backend_Abstract {
|
||||
* Creates a new address book
|
||||
*
|
||||
* @param string $principaluri
|
||||
* @param string $url Just the 'basename' of the url.
|
||||
* @param string $uri Just the 'basename' of the url.
|
||||
* @param array $properties
|
||||
* @return void
|
||||
*/
|
||||
public function createAddressBook($principaluri, $url, array $properties) {
|
||||
public function createAddressBook($principaluri, $uri, array $properties) {
|
||||
|
||||
$properties = array();
|
||||
$userid = $this->userIDByPrincipal($principaluri);
|
||||
|
Loading…
x
Reference in New Issue
Block a user