fix baseUri of the Carddav server

This commit is contained in:
Georg Ehrke 2012-02-26 21:46:20 +01:00
parent 089c24e650
commit aae0d990ca
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ $nodes = array(
// Fire up server
$server = new Sabre_DAV_Server($nodes);
$server->setBaseUri(OC::$APPSROOT.'/apps/contacts/carddav.php');
$server->setBaseUri(OC::$APPSWEBROOT.'/apps/contacts/carddav.php');
// Add plugins
$server->addPlugin(new Sabre_DAV_Auth_Plugin($authBackend,'ownCloud'));
$server->addPlugin(new Sabre_CardDAV_Plugin());