From fc0d893f2fa377fdf7addcc1d8a2799963c89a43 Mon Sep 17 00:00:00 2001 From: Damien <damien.burel@maarch.org> Date: Mon, 2 Mar 2020 12:44:50 +0100 Subject: [PATCH] FIx export --- core/class/ExportControler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/class/ExportControler.php b/core/class/ExportControler.php index 8ecf89091c2..ce8525ff79c 100755 --- a/core/class/ExportControler.php +++ b/core/class/ExportControler.php @@ -21,7 +21,7 @@ class ExportControler extends ExportFunctions public $enclosure = false; public $object_export = false; - public array $array_export = []; + public $array_export = []; public $pos = 0; public function __construct() -- GitLab