mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
fix syntax error (Closes #304)
This commit is contained in:
parent
a9a51adbb5
commit
d529b2d4b2
|
@ -83,7 +83,7 @@ $controller->setParam('document', $document);
|
||||||
$controller->setParam('index', $index);
|
$controller->setParam('index', $index);
|
||||||
$controller->setParam('indexconf', $indexconf);
|
$controller->setParam('indexconf', $indexconf);
|
||||||
if(!$controller->run()) {
|
if(!$controller->run()) {
|
||||||
UI::exitError(getMLText("document_title", array("documentname" => htmlspecialchars($docname)))),getMLText("error_remove_document"));
|
UI::exitError(getMLText("document_title", array("documentname" => htmlspecialchars($docname))),getMLText("error_remove_document"));
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($notifier){
|
if ($notifier){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user