diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/modifyArchiveSettingsBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/modifyArchiveSettingsBL.php index 18eceb0..1054820 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/modifyArchiveSettingsBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/modifyArchiveSettingsBL.php @@ -30,7 +30,7 @@ if (checkSession()) { // instantiate my content pattern $oContent = new PatternCustom(); - $default->log->info(arrayToString($_REQUEST)); + if ($fDocumentID) { // retrieve the appropriate settings given the document id $oDocumentArchiving = DocumentArchiving::getFromDocumentID($fDocumentID);