Fix phpcs

This commit is contained in:
Laurent Destailleur 2017-06-18 22:21:42 +02:00
parent 996ec4926b
commit a1f08be479

View File

@ -703,7 +703,7 @@ elseif (! empty($module))
$head3[$h][2] = 'newobject'; $head3[$h][2] = 'newobject';
$h++; $h++;
$listofobject = dol_dir_list($dir , 'files', 0, '\.txt$'); $listofobject = dol_dir_list($dir, 'files', 0, '\.txt$');
foreach($listofobject as $fileobj) foreach($listofobject as $fileobj)
{ {
$objectname = preg_replace('/\.txt$/', '', $fileobj['name']); $objectname = preg_replace('/\.txt$/', '', $fileobj['name']);