mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-03-14 15:49:10 +00:00
maxsizeforfulltext is already set when the fulltextservice is created
This commit is contained in:
parent
80c6eb2b16
commit
34262b81b2
|
|
@ -160,7 +160,6 @@ class SeedDMS_Controller_AddDocument extends SeedDMS_Controller_Common {
|
|||
$workflow = $this->getParam('workflow');
|
||||
$notificationgroups = $this->getParam('notificationgroups');
|
||||
$notificationusers = $this->getParam('notificationusers');
|
||||
$maxsizeforfulltext = $this->getParam('maxsizeforfulltext');
|
||||
$defaultaccessdocs = $this->getParam('defaultaccessdocs');
|
||||
|
||||
$document = $this->callHook('addDocument');
|
||||
|
|
|
|||
|
|
@ -400,7 +400,6 @@ foreach($file_ary as $file) {
|
|||
$controller->setParam('workflow', $workflow);
|
||||
$controller->setParam('notificationgroups', $notgroups);
|
||||
$controller->setParam('notificationusers', $notusers);
|
||||
$controller->setParam('maxsizeforfulltext', $settings->_maxSizeForFullText);
|
||||
$controller->setParam('defaultaccessdocs', $settings->_defaultAccessDocs);
|
||||
|
||||
if(!($document = $controller())) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user