Skip to content

Commit

Permalink
Refs #41363, Clear SMS Provider cache on admin page..
Browse files Browse the repository at this point in the history
  • Loading branch information
Chang Shu-Huai committed Aug 16, 2024
1 parent 661bb71 commit 26a1dc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/SMS/Page/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ public function run() {
* @param array $action
*/
public function browse($action = NULL) {
CRM_Core_BAO_Cache::deleteGroup('SMS Provider');
$providers = CRM_SMS_BAO_Provider::getProviders();
$rows = array();
foreach ($providers as $provider) {
Expand Down

0 comments on commit 26a1dc7

Please sign in to comment.