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

fix errors like Failed opening required ownCloudcalendar/appinfo/remote.php

parent e4679770
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ switch ($app) {
default:
OC_Util::checkAppEnabled($app);
OC_App::loadApp($app);
$file = OC_App::getAppPath($app) .'/'. $parts[1];
$file = '/' . OC_App::getAppPath($app) .'/'. $parts[1];
break;
}
$baseuri = OC::$WEBROOT . '/remote.php/'.$service.'/';
......
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