Commit 16c69f89896651701db5bed9421ee6938061097b

Authored by Alex Savenko
1 parent 9a45e993

customer update

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/backend/controllers/CustomersController.php
... ... @@ -81,7 +81,7 @@ class CustomersController extends \Phalcon\Mvc\Controller
81 81 }
82 82  
83 83 $current_email = $this->models->getCustomers()->getCustomerByEmail($data['email']);
84   - $this->flash->error(var_dump($current_email));
  84 + $this->flash->error($data);
85 85  
86 86 if( !empty( $data ) && isset($current_email[0]))
87 87 {
... ...