Update facture.php foreach wrong argument

Wrong array in foreach line 503.
This commit is contained in:
Mainmich 2014-06-04 19:13:58 +02:00
parent 9254f06847
commit bc0c0eeddb

View File

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