From 12afbc3577049cf2b72146ea6b48d7017b019a85 Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 24 Nov 2003 10:04:56 +0000 Subject: [PATCH] #3537 redirect to the right section --- presentation/lookAndFeel/knowledgeTree/documentmanagement/createDependantDocumentBL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/createDependantDocumentBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/createDependantDocumentBL.php index bcb430a..1119f5a 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/createDependantDocumentBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/createDependantDocumentBL.php @@ -61,7 +61,7 @@ if (checkSession()) { $oEmail->send($oUser->getEmail(), "Dependant document creation required", $sBody); } //go back to the document page you were viewing - redirect($default->rootUrl . "/control.php?action=viewDocument&fDocumentID=$fDocumentID"); + redirect($default->rootUrl . "/control.php?action=viewDocument&fDocumentID=$fDocumentID&fShowSection=linkedDocuments"); } else { //dependant document creation failed - display an error message require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); -- libgit2 0.21.4