Revert "Update facture.php foreach wrong argument"

This reverts commit bc0c0eeddb.
This commit is contained in:
Laurent Destailleur 2014-08-10 20:36:56 +02:00
parent bd29d3c7f4
commit 2c1db4cdd2

View File

@ -500,7 +500,7 @@ print "</tr>\n";
clearstatcache();
$var=true;
foreach ($def as $reldir)
foreach ($dirmodels as $reldir)
{
foreach (array('','/doc') as $valdir)
{