From 652f60419f9b4093bc8036f9be0eedaf1dd3804a Mon Sep 17 00:00:00 2001 From: Chris LeBlanc Date: Sat, 1 Feb 2014 00:56:55 -0600 Subject: Removed '/'. Fixes #7035. Not sure if that '/' is necessary but it broke things on my installation. --- remote.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote.php') diff --git a/remote.php b/remote.php index 2d0088cd903..fdbb796d917 100644 --- a/remote.php +++ b/remote.php @@ -35,7 +35,7 @@ try { if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') { $file = OC_App::getAppPath($app) .'/'. $parts[1]; }else{ - $file = '/' . OC_App::getAppPath($app) .'/'. $parts[1]; + $file = OC_App::getAppPath($app) .'/'. $parts[1]; } break; } -- cgit v1.2.3