Commit daa013f06ad27127963aab22f6891a0483234726

Authored by Alex Savenko
1 parent 16be13d4

customer update

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/app/backend/controllers/CustomersController.php
... ... @@ -81,7 +81,6 @@ 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($data));
85 84  
86 85 if( !empty( $data ) && isset($current_email[0]))
87 86 {
... ...