Skip to content

Commit

Permalink
Can replace a tag with file into parameter to ouput into list of files.
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 16, 2013
1 parent e2b63bb commit efd855b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/core/class/html.formfile.class.php
Expand Up @@ -532,6 +532,7 @@ function showdocuments($modulepart,$filename,$filedir,$urlsource,$genallowed,$de
}
if ($morepicto)
{
$morepicto=preg_replace('/__FILENAMEURLENCODED__/',urlencode($relativepath),$morepicto);
$out.=$morepicto;
}
$out.='</td>';
Expand Down

0 comments on commit efd855b

Please sign in to comment.