Commit 4c508d5f602afaa512bc5358bd49043201f3d5d8

Authored by Alex Savenko
1 parent ae53b4d8

user update

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/backend/controllers/CustomersController.php
... ... @@ -101,7 +101,7 @@ class CustomersController extends \Phalcon\Mvc\Controller
101 101 }
102 102  
103 103 $users_group = $this->models->getUsersGroup()->getAllData(1);
104   - $special_users = $this->models->getSpecialUsers()->getAllData(0);
  104 + $special_users = $this->models->getSpecialUsers()->getAllData(1, 0);
105 105 $data = $this->models->getCustomers()->getOneData($id);
106 106 $this->view->pick( 'customers/addEdit' );
107 107  
... ...