pass fulltextservice to controller

This commit is contained in:
Uwe Steinmann 2020-12-14 07:53:51 +01:00
parent f18ae4ff2d
commit 6b77e914d6

View File

@ -74,6 +74,7 @@ $oldattributes = array();
foreach($folder->getAttributes() as $ai=>$aa)
$oldattributes[$ai] = clone $aa;
$controller->setParam('fulltextservice', $fulltextservice);
$controller->setParam('folder', $folder);
$controller->setParam('name', $name);
$controller->setParam('comment', $comment);