mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 12:11:19 +00:00
fix typo in var name
This commit is contained in:
parent
d1ad6383d2
commit
9e5224a661
|
@ -5480,7 +5480,7 @@ class SeedDMS_Core_DocumentContent extends SeedDMS_Core_Object { /* {{{ */
|
|||
return -2;
|
||||
}
|
||||
$status = array_pop($receiptStatus["status"]);
|
||||
if ($tatus["status"]!=0) {
|
||||
if ($status["status"]!=0) {
|
||||
// User has already submitted a receipt or has already been deleted;
|
||||
// return an error.
|
||||
return -3;
|
||||
|
|
Loading…
Reference in New Issue
Block a user