From d529b2d4b27c636a1ab1dbc2b6b547adb85186ab Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Sun, 1 Jan 2017 19:29:20 +0100 Subject: [PATCH] fix syntax error (Closes #304) --- op/op.RemoveDocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op/op.RemoveDocument.php b/op/op.RemoveDocument.php index 1d31d95c7..361c9ca17 100644 --- a/op/op.RemoveDocument.php +++ b/op/op.RemoveDocument.php @@ -83,7 +83,7 @@ $controller->setParam('document', $document); $controller->setParam('index', $index); $controller->setParam('indexconf', $indexconf); 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){