diff --git a/app/MetaGer.php b/app/MetaGer.php
index e76c352cbdf78bfabeed759efdbcc26b47c9ec1d..8d4d60d82e8b20ece217b00ed79cb8751a245a71 100644
--- a/app/MetaGer.php
+++ b/app/MetaGer.php
@@ -330,7 +330,7 @@ class MetaGer
     public function doBotProtection($bot)
     {
         $hash = md5(date('YmdHi'));
-        if ((preg_match("/^\d+$/s", $this->getEingabe()) || strpos($this->request->input('focus'), "%3bamp" !== FALSE) ) && $bot !== $hash) {
+        if ((preg_match("/^\d+$/s", $this->getEingabe()) || strpos($this->request->input('focus'), "%3bamp") !== FALSE ) && $bot !== $hash) {
             return true;
         } else {
             return false;