From 16c69f89896651701db5bed9421ee6938061097b Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 28 Dec 2016 16:49:42 +0200 Subject: [PATCH] customer update --- src/app/backend/controllers/CustomersController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/backend/controllers/CustomersController.php b/src/app/backend/controllers/CustomersController.php index 06e05da..5c55785 100644 --- a/src/app/backend/controllers/CustomersController.php +++ b/src/app/backend/controllers/CustomersController.php @@ -81,7 +81,7 @@ class CustomersController extends \Phalcon\Mvc\Controller } $current_email = $this->models->getCustomers()->getCustomerByEmail($data['email']); - $this->flash->error(var_dump($current_email)); + $this->flash->error($data); if( !empty( $data ) && isset($current_email[0])) { -- libgit2 0.21.4