GI-163
Adding some changes and validations for code review
This commit is contained in:
@@ -2320,8 +2320,8 @@ class Cases
|
||||
$oStep->getStepUidObj() . '&POSITION=' . $oStep->getStepPosition() .
|
||||
'&ACTION=' . $sAction
|
||||
);
|
||||
$iPosition = $iLastStep;
|
||||
}
|
||||
$iPosition = $iLastStep;
|
||||
}
|
||||
}
|
||||
$iPosition += 1;
|
||||
|
||||
@@ -169,7 +169,7 @@ class labelsGmail
|
||||
try {
|
||||
$service->users_labels->delete($user, $labelId);
|
||||
} catch (Exception $e) {
|
||||
print 'An error occurred: ' . $e->getMessage();
|
||||
error_log('An error deleting gmail labels occurred: '.$e->getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user