I solved a Warning in Unassigned Inbox
This commit is contained in:
@@ -102,7 +102,7 @@ class ListInbox extends BaseListInbox
|
|||||||
$users->refreshTotal($data['USR_UID'], 'add', 'inbox');
|
$users->refreshTotal($data['USR_UID'], 'add', 'inbox');
|
||||||
|
|
||||||
$listParticipatedLast = new ListParticipatedLast();
|
$listParticipatedLast = new ListParticipatedLast();
|
||||||
$listParticipatedLast->remove($data['APP_UID'], $data['USR_UID']);
|
$listParticipatedLast->remove($data['APP_UID'], $data['USR_UID'], $data['DEL_INDEX']);
|
||||||
|
|
||||||
//Update - WHERE
|
//Update - WHERE
|
||||||
$criteriaWhere = new Criteria("workflow");
|
$criteriaWhere = new Criteria("workflow");
|
||||||
|
|||||||
Reference in New Issue
Block a user