mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 05:49:03 +01:00
remove double schema prefix "vfs://defaultvfs://default/path"
This commit is contained in:
parent
2903f1138e
commit
3156134a31
@ -193,7 +193,7 @@ class etemplate_widget_template extends etemplate_widget
|
|||||||
if ($url[0] == '/') $url = egw::link($url);
|
if ($url[0] == '/') $url = egw::link($url);
|
||||||
|
|
||||||
// mtime postfix has to use '?download=', as our WebDAV treats everything else literal and not ignore them like Apache for static files!
|
// mtime postfix has to use '?download=', as our WebDAV treats everything else literal and not ignore them like Apache for static files!
|
||||||
$url .= '?download='.filemtime(egw_vfs::PREFIX.$path);
|
$url .= '?download='.filemtime($path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//error_log(__METHOD__."('$path') returning $url");
|
//error_log(__METHOD__."('$path') returning $url");
|
||||||
|
Loading…
Reference in New Issue
Block a user