diff --git a/core/class/ExportControler.php b/core/class/ExportControler.php index 8ecf89091c29e8d1582dd42f00f6cfad0fa3a614..ce8525ff79cc3c8ffdb2b2f330cb00fc61798017 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()