Skip to content

Commit

Permalink
Merge branch 'hotfix' of github.com:NETivism/netiCRM into hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jimyhuang committed Aug 22, 2024
2 parents ad52c4b + 0be4d3b commit 70c755c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/SMS/BAO/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public static function create(&$params) {
* @return bool
*/
public static function setIsActive($id, $is_active) {
CRM_Core_BAO_Cache::deleteGroup('SMS Provider');
return CRM_Core_DAO::setFieldValue('CRM_SMS_DAO_Provider', $id, 'is_active', $is_active);
}

Expand Down

0 comments on commit 70c755c

Please sign in to comment.