Skip to content
Snippets Groups Projects
Commit 1865659c authored by Jakob Sack's avatar Jakob Sack
Browse files

Fix missing bracket

parent 90e2962c
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ class OC_Contacts_Hooks{
$parameters['nodes'][] = new Sabre_CardDAV_AddressBookRoot($parameters['backends']['principal'], $parameters['backends']['carddav']);
$parameters['plugins'][] = new Sabre_CardDAV_Plugin();
return true;
}
static public function getCalenderSources($parameters) {
$base_url = OC_Helper::linkTo('calendar', 'ajax/events.php').'?calendar_id=';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment