maxsizeforfulltext is already set when the fulltextservice is created

This commit is contained in:
Uwe Steinmann 2026-03-10 20:40:58 +01:00
parent 80c6eb2b16
commit 34262b81b2
2 changed files with 0 additions and 2 deletions

View File

@ -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');

View File

@ -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())) {