1
0
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:
Thomas Tanghus 2013-03-13 05:56:31 +01:00
parent 5e938caf75
commit 006bf317f4

View File

@ -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);