Skip to content
Snippets Groups Projects
Commit 4ed55315 authored by Florian Hülsmann's avatar Florian Hülsmann
Browse files

fixed linkTo()

parent 8e0addeb
No related branches found
No related tags found
No related merge requests found
......@@ -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{
......
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