mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
fix typo
This commit is contained in:
parent
e36fbd87d8
commit
6e58e2bb33
|
@ -57,7 +57,7 @@ $folder = $document->getFolder();
|
|||
|
||||
/* Create object for checking access to certain operations */
|
||||
$accessop = new SeedDMS_AccessOperation($dms, $user, $settings);
|
||||
if(!$accessop->mayOverwriteStatus($document)) {
|
||||
if(!$accessop->mayOverrideStatus($document)) {
|
||||
UI::exitError(getMLText("document_title", array("documentname" => htmlspecialchars($document->getName()))),getMLText("cannot_change_final_states"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user