From 9e5c2633d4f1ae1426041f4518c056d0dcdaf889 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 28 Nov 2009 16:23:52 +0000 Subject: [PATCH] egw_vfs::download_url requires egw::link, as it is relative to egroupware dir --- phpgwapi/inc/class.html.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {