Menu

#304 Syntax error in op.RemoveDocument.php (+FIX)

5.0.7
closed
nobody
None
bug
2017-01-01
2016-12-30
No

The file seeddms-5.0.8/op/op.RemoveDocument.php contains a syntax error on line 86
The line

UI::exitError(getMLText("document_title", array("documentname" => htmlspecialchars($docname)))),getMLText("error_remove_document"));

should be
UI::exitError(getMLText("document_title", array("documentname" => htmlspecialchars($docname))),getMLText("error_remove_document"));

Discussion

  • Uwe Steinmann

    Uwe Steinmann - 2017-01-01
    • status: open --> closed
     
  • Uwe Steinmann

    Uwe Steinmann - 2017-01-01

    Will be fixed in 5.0.9

     

Log in to post a comment.