diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/addArchiveSettingsBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/addArchiveSettingsBL.php index 404f4ac..ab28ce9 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/addArchiveSettingsBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/addArchiveSettingsBL.php @@ -32,7 +32,7 @@ if (checkSession()) { if ($fStore) { $oDASFactory = new DocumentArchiveSettingsFactory($fArchivingTypeID); - if ($oDASFactory->create($fDocumentID, $fExpirationDate, $fDocumentTransactionID, $fTimeUnitID, $fUnits)) { + if ($oDASFactory->create($fArchivingTypeID, $fDocumentID, $fExpirationDate, $fDocumentTransactionID, $fTimeUnitID, $fUnits)) { // created, redirect to view page controllerRedirect("viewDocument", "fDocumentID=$fDocumentID&fShowSection=archiveSettings"); } else {