diff --git a/application/Preorder/Preorder.php b/application/Preorder/Preorder.php index 4ad3e60fd..46fba4d77 100644 --- a/application/Preorder/Preorder.php +++ b/application/Preorder/Preorder.php @@ -438,8 +438,8 @@ class Preorder extends mfBaseModel { $campaign = $this->getProperty("campaign"); $cifurl = $campaign->cifurl; - str_replace("{{CIFTOKEN}}", $this->ciftoken, $cifurl); - + $cifurl = str_replace("{{CIFTOKEN}}", $this->ciftoken, $cifurl); + return $cifurl; }