diff --git a/Superfecta.class.php b/Superfecta.class.php index a141b818..58db020a 100644 --- a/Superfecta.class.php +++ b/Superfecta.class.php @@ -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