mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
pass fulltextservice to controller
This commit is contained in:
parent
f18ae4ff2d
commit
6b77e914d6
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user