mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
pass fulltextservice to view
This commit is contained in:
parent
bcb83d6942
commit
e36a41eeae
|
@ -65,6 +65,7 @@ if ($document->verifyLastestContentExpriry()){
|
|||
}
|
||||
|
||||
if($view) {
|
||||
$view->setParam('fulltextservice', $fulltextservice);
|
||||
$view->setParam('folder', $folder);
|
||||
$view->setParam('document', $document);
|
||||
$view->setParam('accessobject', $accessop);
|
||||
|
|
Loading…
Reference in New Issue
Block a user