Merged in danteloayza/processmaker/GI-214 (pull request #3429)

GI-214
This commit is contained in:
Dante Loayza
2015-12-21 08:55:17 -04:00

View File

@@ -354,6 +354,7 @@ class labelsGmail
{
$c = new \Criteria( 'workflow' );
$c->add( \GmailRelabelingPeer::STATUS, 'pending' );
$c->addAscendingOrderByColumn('LABELING_UID');
$list = \GmailRelabelingPeer::doSelect($c);
foreach($list as $task) {
try {