fix baseUri of the Carddav server

remotes/origin/stable4
Georg Ehrke 14 years ago
parent 089c24e650
commit aae0d990ca
  1. 2
      apps/contacts/carddav.php

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

Loading…
Cancel
Save