Skip to content
Snippets Groups Projects

Hotfix/2.3.3

Merged Alexandre Morin requested to merge hotfix/2.3.3 into master
4 files
+ 49
8
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -103,6 +103,12 @@ class archive
*/
protected $servicePositionController;
/**
* Controller for user filePlan
* @var filePlan/Controller/FilePlan
*/
protected $filePlanController;
/**
* Previously loaded archival profiles, indexed by reference
* @var array
@@ -209,6 +215,8 @@ class archive
$this->retentionRuleController = \laabs::newController("recordsManagement/retentionRule");
$this->filePlanController = \laabs::newController("filePlan/filePlan");
$this->zip = \laabs::newService("dependency/fileSystem/plugins/zip");
$this->conversionError = (bool) $conversionError;
Loading