another fix for linkto function

This commit is contained in:
Georg Ehrke 2012-04-24 20:17:00 +02:00
parent 29b9e27078
commit 0b06eff3a0
1 changed files with 1 additions and 1 deletions

View File

@ -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{