Skip to content
Snippets Groups Projects
Commit 0b06eff3 authored by Georg Ehrke's avatar Georg Ehrke
Browse files

another fix for linkto function

parent 29b9e270
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ class OC_Helper {
$urlLinkTo = OC::$APPSWEBROOT . '/?app=' . $app;
$urlLinkTo .= ($file!='index.php')?'&getfile=' . urlencode($file):'';
}else{
$urlLinkTo = OC::$APPSWEBROOT . '/' . $app . $file;
$urlLinkTo = OC::$APPSWEBROOT . '/apps/' . $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