Commit 16be13d4ccb2de9c1ad5cb1e11a078d71fb5101b

Authored by Alex Savenko
1 parent 16c69f89

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($data);
  84 + $this->flash->error(var_dump($data));
85 85  
86 86 if( !empty( $data ) && isset($current_email[0]))
87 87 {
... ...