mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
pass fulltextservice to controller
This commit is contained in:
parent
19bb70af40
commit
46264c49d6
|
@ -121,6 +121,7 @@ foreach($document->getAttributes() as $ai=>$aa)
|
|||
$oldattributes[$ai] = clone $aa;
|
||||
//$oldattributes = $document->getAttributes();
|
||||
|
||||
$controller->setParam('fulltextservice', $fulltextservice);
|
||||
$controller->setParam('document', $document);
|
||||
$controller->setParam('name', $name);
|
||||
$controller->setParam('comment', $comment);
|
||||
|
|
Loading…
Reference in New Issue
Block a user