Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Apr 6, 2018
1 parent 0b843e8 commit f56f505
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 f56f505

Please sign in to comment.