fixed linkTo()
This commit is contained in:
parent
8e0addebc3
commit
4ed55315e7
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue