mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 22:13:13 +00:00
Fix array declaration
This commit is contained in:
@@ -852,7 +852,7 @@ class Activity implements ControllerProviderInterface
|
||||
private function getCSVResponse(Application $app, \module_report $report, $type)
|
||||
{
|
||||
// set headers
|
||||
$headers = [];
|
||||
$headers = array();
|
||||
foreach (array_keys($report->getDisplay()) as $k) {
|
||||
$headers[$k] = $k;
|
||||
}
|
||||
|
Reference in New Issue
Block a user