mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00
Fix array declaration
This commit is contained in:
@@ -600,7 +600,7 @@ class Users implements ControllerProviderInterface
|
||||
);
|
||||
$nbUsrToAdd = 0;
|
||||
|
||||
$lines = [];
|
||||
$lines = array();
|
||||
$app['csv.interpreter']->addObserver(function(array $row) use (&$lines) {
|
||||
$lines[] = $row;
|
||||
});
|
||||
|
Reference in New Issue
Block a user