Merge branch 'seeddms-4.3.9' into develop

Conflicts:
	op/op.UpdateDocument.php
This commit is contained in:
Uwe Steinmann 2014-06-04 08:03:20 +02:00
commit 10b609927a

View File

@ -56,11 +56,6 @@ if ($document->isLocked()) {
else $document->setLocked(false);
}
$remain = checkQuota();
if ($remain < 0) {
UI::exitError(getMLText("document_title", array("documentname" => htmlspecialchars($document->getName()))),getMLText("quota_exceeded", array('bytes'=>SeedDMS_Core_File::format_filesize(abs($remain)))));
}
if(isset($_POST["comment"]))
$comment = $_POST["comment"];
else