diff --git a/Controller/Subscriber/Subscribe.php b/Controller/Subscriber/Subscribe.php index 7c57a476..afac0920 100644 --- a/Controller/Subscriber/Subscribe.php +++ b/Controller/Subscriber/Subscribe.php @@ -36,7 +36,6 @@ public function __construct( public function execute() { if($this->getRequest()->isPost() && $this->getRequest()->getPost('phone')) { - $email = (string)$this->getRequest()->getPost('email'); $phone = (string)$this->getRequest()->getPost('phone'); $this->session->setPhone($phone); }