mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +00:00
run invoke instead of run()
This commit is contained in:
parent
6421aa94ed
commit
29ec6ff2c9
|
@ -78,7 +78,7 @@ $docname = $document->getName();
|
||||||
|
|
||||||
$controller->setParam('document', $document);
|
$controller->setParam('document', $document);
|
||||||
$controller->setParam('fulltextservice', $fulltextservice);
|
$controller->setParam('fulltextservice', $fulltextservice);
|
||||||
if(!$controller->run()) {
|
if(!$controller($_POST)) {
|
||||||
if ($controller->getErrorMsg() != '')
|
if ($controller->getErrorMsg() != '')
|
||||||
$errormsg = $controller->getErrorMsg();
|
$errormsg = $controller->getErrorMsg();
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user