From e149dd802bad682e1d8cce535aa308d7e3cf6662 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 28 Dec 2016 14:57:54 +0200 Subject: [PATCH] customer update --- src/app/backend/controllers/CustomersController.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/app/backend/controllers/CustomersController.php b/src/app/backend/controllers/CustomersController.php index 3ffdbfd..25c669c 100644 --- a/src/app/backend/controllers/CustomersController.php +++ b/src/app/backend/controllers/CustomersController.php @@ -81,6 +81,7 @@ class CustomersController extends \Phalcon\Mvc\Controller } $current_email = $this->models->getCustomers()->getCustomerByEmail($data['email']); + $this->flash->error(var_dump($current_email)); if( !empty( $data ) && !isset($current_email[0])) { -- libgit2 0.21.4