Fix phpcs
This commit is contained in:
parent
996ec4926b
commit
a1f08be479
@ -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']);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user