Commit 252ec21550757db990025e7571a2d070610279be
1 parent
8238dd67
Put the option transfers into the global scope.
Submitted by: Nicolas Quienot git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3138 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php
| ... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 | |
| 28 | 28 | require_once("../../../../config/dmsDefaults.php"); |
| 29 | 29 | |
| 30 | -KTUtil::extractGPC('fComment', 'fDocumentID', 'fSendEmail'); | |
| 30 | +KTUtil::extractGPC('fComment', 'fDocumentID', 'fSendEmail', 'groupNewRight', 'userNewRight'); | |
| 31 | 31 | |
| 32 | 32 | require_once("$default->fileSystemRoot/lib/security/Permission.inc"); |
| 33 | 33 | require_once("$default->fileSystemRoot/lib/documentmanagement/Document.inc"); | ... | ... |