mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
set maxsizeforfulltext
This commit is contained in:
parent
700add3b7f
commit
295c805a15
|
@ -317,6 +317,7 @@ default:
|
||||||
$controller->setParam('approvers', $approvers);
|
$controller->setParam('approvers', $approvers);
|
||||||
$controller->setParam('attributes', $attributes);
|
$controller->setParam('attributes', $attributes);
|
||||||
$controller->setParam('workflow', $workflow);
|
$controller->setParam('workflow', $workflow);
|
||||||
|
$controller->setParam('maxsizeforfulltext', $settings->_maxSizeForFullText);
|
||||||
|
|
||||||
if(!$content = $controller()) {
|
if(!$content = $controller()) {
|
||||||
$err = $controller->getErrorMsg();
|
$err = $controller->getErrorMsg();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user