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){