mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-18 23:51:20 +00:00
fix typo in variable name
This commit is contained in:
parent
4e15fee3fb
commit
ed5a5bb069
|
@ -3820,7 +3820,7 @@ class SeedDMS_Core_DocumentContent extends SeedDMS_Core_Object { /* {{{ */
|
||||||
$indstatus = array_pop($revisionStatus[$field]);
|
$indstatus = array_pop($revisionStatus[$field]);
|
||||||
|
|
||||||
/* check if revision workflow has been started already */
|
/* check if revision workflow has been started already */
|
||||||
if($indstatusi['status'] == S_LOG_SLEEPING && ($status == S_LOG_REJECTED || $status == S_LOG_ACCEPTED))
|
if($indstatus['status'] == S_LOG_SLEEPING && ($status == S_LOG_REJECTED || $status == S_LOG_ACCEPTED))
|
||||||
return -5;
|
return -5;
|
||||||
|
|
||||||
if ($indstatus["status"] == -2) {
|
if ($indstatus["status"] == -2) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user