mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
propperly set defaultaccess
This commit is contained in:
parent
247f27fa54
commit
efa316dbf8
|
@ -60,7 +60,7 @@ class SeedDMS_Controller_AddDocument extends SeedDMS_Controller_Common {
|
|||
$notificationusers = $this->getParam('notificationusers');
|
||||
$initialdocumentstatus = $this->getParam('initialdocumentstatus');
|
||||
$maxsizeforfulltext = $this->getParam('maxsizeforfulltext');
|
||||
$defaultAccessDocs = $this->getParam('defaultaccessdocs');
|
||||
$defaultaccessdocs = $this->getParam('defaultaccessdocs');
|
||||
|
||||
$result = $this->callHook('addDocument');
|
||||
if($result === null) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user