another fix for linkto function
This commit is contained in:
parent
29b9e27078
commit
0b06eff3a0
1 changed files with 1 additions and 1 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue