mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-17 07:01:20 +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[$ai] = clone $aa;
|
||||||
//$oldattributes = $document->getAttributes();
|
//$oldattributes = $document->getAttributes();
|
||||||
|
|
||||||
|
$controller->setParam('fulltextservice', $fulltextservice);
|
||||||
$controller->setParam('document', $document);
|
$controller->setParam('document', $document);
|
||||||
$controller->setParam('name', $name);
|
$controller->setParam('name', $name);
|
||||||
$controller->setParam('comment', $comment);
|
$controller->setParam('comment', $comment);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user