Skip to content

Commit

Permalink
Update stop_manager.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandergotts authored Feb 5, 2024
1 parent 336e873 commit ca761fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/plugins/stop_manager/stop_manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function autoreply($tel, $reply_msg)
//var_dump($ret);
//var_dump($matches);
}
if ( ! $config['enable_autoreply_outnumber_filter'] || $ret === 1)
if ( ! $config['enable_autoreply_outnumber_filter'] OR $ret === 1)
{
$CI = &get_instance();
$CI->load->model('Message_model');
Expand Down

0 comments on commit ca761fb

Please sign in to comment.