Skip to content

Commit

Permalink
Merge branch 'release/13.0' of https://github.com/tbnobody/Caller-ID-…
Browse files Browse the repository at this point in the history
…Superfecta into tbnobody-release/13.0
  • Loading branch information
tm1000 committed Apr 16, 2018
2 parents 88da154 + f56f505 commit baa287c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Superfecta.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public function execute($scheme='ALL', $request, $debug=0, $keepGoing=false) {
if($superfecta->isSpam() && $options['scheme_settings']['SPAM_Text_Substitute'] == 'Y') {
$callerid = $spam_text;
} else {
$callerid = $spam_text . " " . $superfecta->get_Prefix() . $callerid;
$callerid = trim($spam_text . " " . $superfecta->get_Prefix() . $callerid);
}

//Set Spam Destination
Expand Down

0 comments on commit baa287c

Please sign in to comment.