mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +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('fulltextservice', $fulltextservice);
|
||||
if(!$controller->run()) {
|
||||
if(!$controller($_POST)) {
|
||||
if ($controller->getErrorMsg() != '')
|
||||
$errormsg = $controller->getErrorMsg();
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue
Block a user