From 252ec21550757db990025e7571a2d070610279be Mon Sep 17 00:00:00 2001 From: nbm Date: Thu, 6 Jan 2005 16:43:34 +0000 Subject: [PATCH] Put the option transfers into the global scope. --- presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php index 7e1208a..8a82bc0 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php @@ -27,7 +27,7 @@ require_once("../../../../config/dmsDefaults.php"); -KTUtil::extractGPC('fComment', 'fDocumentID', 'fSendEmail'); +KTUtil::extractGPC('fComment', 'fDocumentID', 'fSendEmail', 'groupNewRight', 'userNewRight'); require_once("$default->fileSystemRoot/lib/security/Permission.inc"); require_once("$default->fileSystemRoot/lib/documentmanagement/Document.inc"); -- libgit2 0.21.4