update Labels

This commit is contained in:
Paula Quispe
2017-02-13 14:50:48 -04:00
parent d1d14829a6
commit f5c3808f5d
4 changed files with 9 additions and 9 deletions

View File

@@ -362,7 +362,7 @@ class ListInbox extends BaseListInbox
break;
case 'to_reassign':
$criteria->add( ListInboxPeer::APP_STATUS, 'TO_DO', Criteria::EQUAL );
if($usrUid !== ''){
if ($usrUid !== '') {
$criteria->add( ListInboxPeer::USR_UID, $usrUid, Criteria::EQUAL );
}
break;