mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 05:01:43 +00:00
pass source and source details to controller
This commit is contained in:
parent
e653817813
commit
96310c40c2
|
@ -285,6 +285,8 @@ default:
|
||||||
$attributes = array();
|
$attributes = array();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$controller->setParam('documentsource', $file['source']);
|
||||||
|
$controller->setParam('documentsourcedetails', !empty($file['source_details']) ? $file['source_details'] : null);
|
||||||
$controller->setParam('folder', $folder);
|
$controller->setParam('folder', $folder);
|
||||||
$controller->setParam('document', $document);
|
$controller->setParam('document', $document);
|
||||||
$controller->setParam('fulltextservice', $fulltextservice);
|
$controller->setParam('fulltextservice', $fulltextservice);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user