From a510c07b693c72cee5fe0901193df846fb886dc2 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Sat, 1 Mar 2003 12:18:24 +0000 Subject: [PATCH] added missing parameter --- presentation/lookAndFeel/knowledgeTree/documentmanagement/modifyGenericMetaDataBL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/modifyGenericMetaDataBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/modifyGenericMetaDataBL.php index 8ed1a99..b3b79ca 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/modifyGenericMetaDataBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/modifyGenericMetaDataBL.php @@ -16,7 +16,7 @@ if (checkSession()) { $oDocument = Document::get($fDocumentID); require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); $oPatternCustom = & new PatternCustom(); - $oPatternCustom->setHtml(getPage($fDocumentID, $oDocument->getDocumentTypeID())); + $oPatternCustom->setHtml(getPage($fDocumentID, $oDocument->getDocumentTypeID(), $fFirstEdit)); $main->setCentralPayload($oPatternCustom); $main->setFormAction("../store.php?fReturnURL=" . urlencode("$default->rootUrl/control.php?action=viewDocument&fDocumentID=$fDocumentID")); $main->setHasRequiredFields(true); -- libgit2 0.21.4