Can replace a tag with file into parameter to ouput into list of files.

This commit is contained in:
Laurent Destailleur 2013-07-16 17:50:12 +02:00
parent e2b63bb8dd
commit efd855b186

View File

@ -532,6 +532,7 @@ class FormFile
} }
if ($morepicto) if ($morepicto)
{ {
$morepicto=preg_replace('/__FILENAMEURLENCODED__/',urlencode($relativepath),$morepicto);
$out.=$morepicto; $out.=$morepicto;
} }
$out.='</td>'; $out.='</td>';