Skip to content

Commit

Permalink
Fix sms stop that whose ignored due to a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
osaajani committed Nov 20, 2023
1 parent 5d1015e commit cf4dd2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.8.2
v3.8.3
1 change: 1 addition & 0 deletions controllers/internals/Scheduled.php
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ public function get_smss_to_send()
//Remove messages to smsstops numbers
if (($users_smsstops[$id_user] ?? false) && in_array($target['number'], $users_smsstops[$id_user]))
{
unset($targets[$key]);
continue;
}

Expand Down

0 comments on commit cf4dd2f

Please sign in to comment.