From c8de77b3fddf52eeaf0f81224e9b4aa2085bcc59 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Thu, 26 Jul 2012 16:03:19 +0200 Subject: fix errors like Failed opening required ownCloudcalendar/appinfo/remote.php --- remote.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote.php') diff --git a/remote.php b/remote.php index 8461eea19ad..8dc4df1bd23 100644 --- a/remote.php +++ b/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.'/'; -- cgit v1.2.3