From d44603cce1a752f2bc091d2348b641dc8256d36f Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Mon, 23 Jun 2003 14:40:32 +0000 Subject: [PATCH] added type to factory create signature --- presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/addArchiveSettingsBL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- libgit2 0.21.4