mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 05:01:43 +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;
|
return -2;
|
||||||
}
|
}
|
||||||
$status = array_pop($receiptStatus["status"]);
|
$status = array_pop($receiptStatus["status"]);
|
||||||
if ($tatus["status"]!=0) {
|
if ($status["status"]!=0) {
|
||||||
// User has already submitted a receipt or has already been deleted;
|
// User has already submitted a receipt or has already been deleted;
|
||||||
// return an error.
|
// return an error.
|
||||||
return -3;
|
return -3;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user