Skip to content
Snippets Groups Projects
Commit 3a7829f7 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Sub-dir was prepended twice

parent c1410755
No related branches found
No related tags found
No related merge requests found
......@@ -78,8 +78,7 @@ class OC_Helper {
* Returns a absolute url to the given app and file.
*/
public static function linkToAbsolute($app, $file, $args = array()) {
$urlLinkTo = self::linkTo($app, $file, $args);
return self::makeURLAbsolute($urlLinkTo);
return self::linkTo($app, $file, $args);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment