Skip to content
Snippets Groups Projects
Commit efd855b1 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

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

parent e2b63bb8
No related branches found
No related tags found
No related merge requests found
......@@ -532,6 +532,7 @@ class FormFile
}
if ($morepicto)
{
$morepicto=preg_replace('/__FILENAMEURLENCODED__/',urlencode($relativepath),$morepicto);
$out.=$morepicto;
}
$out.='</td>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment