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

remotes/origin/stable45
Georg Ehrke 13 years ago
parent e4679770c4
commit c8de77b3fd
  1. 2
      remote.php

@ -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.'/';

Loading…
Cancel
Save