fixed linkTo()

This commit is contained in:
Florian Hülsmann 2012-06-30 16:53:41 +02:00
parent 8e0addebc3
commit 4ed55315e7
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class OC_Helper {
$urlLinkTo = OC::$WEBROOT . '/?app=' . $app;
$urlLinkTo .= ($file!='index.php')?'&getfile=' . urlencode($file):'';
}else{
$urlLinkTo = OC_App::getAppWebPath($app) . $file;
$urlLinkTo = OC_App::getAppWebPath($app) . '/' . $file;
}
}
else{