remove double schema prefix "vfs://defaultvfs://default/path"

This commit is contained in:
Ralf Becker 2015-05-27 12:15:53 +00:00
parent 857ae9427a
commit c7d6dd66d4

View File

@ -193,7 +193,7 @@ class etemplate_widget_template extends etemplate_widget
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!
$url .= '?download='.filemtime(egw_vfs::PREFIX.$path);
$url .= '?download='.filemtime($path);
}
}
//error_log(__METHOD__."('$path') returning $url");