Skip to content
Snippets Groups Projects
Commit 089c24e6 authored by Georg Ehrke's avatar Georg Ehrke
Browse files

fix baseUri of the Caldav server

parent 8c093309
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ $nodes = array(
// Fire up server
$server = new Sabre_DAV_Server($nodes);
$server->setBaseUri(OC::$APPSROOT.'/apps/calendar/caldav.php');
$server->setBaseUri(OC::$APPSWEBROOT.'/apps/calendar/caldav.php');
// Add plugins
$server->addPlugin(new Sabre_DAV_Auth_Plugin($authBackend,'ownCloud'));
$server->addPlugin(new Sabre_CalDAV_Plugin());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment