diff --git a/phpgwapi/inc/class.html.inc.php b/phpgwapi/inc/class.html.inc.php index f6e0d9d65c..28f79b123c 100644 --- a/phpgwapi/inc/class.html.inc.php +++ b/phpgwapi/inc/class.html.inc.php @@ -863,7 +863,7 @@ class html { if (substr($name,0,5) == 'vfs:/') // vfs pseudo protocoll { - $name = egw_vfs::download_url(substr($name,4)); + $name = egw::link(egw_vfs::download_url(substr($name,4))); } if (is_array($name)) // menuaction and other get-vars {