run invoke instead of run()

This commit is contained in:
Uwe Steinmann 2022-07-26 11:57:45 +02:00
parent 6421aa94ed
commit 29ec6ff2c9

View File

@ -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