diff --git a/system/Honeypot/Honeypot.php b/system/Honeypot/Honeypot.php index de84bfb76a..ac94f0c27c 100644 --- a/system/Honeypot/Honeypot.php +++ b/system/Honeypot/Honeypot.php @@ -1,6 +1,4 @@ prepareTemplate($this->config->template); $body = $response->getBody(); - $body = str_ireplace('', $prep_field, $body); + $body = str_ireplace('', $prep_field . '', $body); $response->setBody($body); }