diff --git a/phpgwapi/inc/class.egw_vfs.inc.php b/phpgwapi/inc/class.egw_vfs.inc.php index 94cf611ff2..5eddf3ee3e 100644 --- a/phpgwapi/inc/class.egw_vfs.inc.php +++ b/phpgwapi/inc/class.egw_vfs.inc.php @@ -1030,6 +1030,10 @@ class egw_vfs extends vfs_stream_wrapper { $img = $GLOBALS['egw']->common->image('etemplate',$icon='mime'.$size.'_unknown'); } + if ($et_image === 'url') + { + return $img; + } if ($et_image) { return 'etemplate/'.$icon;