take out review and approval status

currently not needed
This commit is contained in:
Uwe Steinmann 2015-06-23 07:59:39 +02:00
parent d46d2b265d
commit e5036548fb

View File

@ -63,8 +63,6 @@ if ($overallStatus["status"] == S_REJECTED || $overallStatus["status"] == S_EXPI
UI::exitError(getMLText("document_title", array("documentname" => $document->getName())),getMLText("cannot_change_final_states"));
}
$reviewStatus = $content->getReviewStatus();
$approvalStatus = $content->getApprovalStatus();
$overrideStatus = $_POST["overrideStatus"];
$comment = $_POST["comment"];