Commit 91be65e59b9ab7d2c333b64e3e816f4ef0438db7
1 parent
7b7f4693
add local config
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/lib/models/customers.php
... | ... | @@ -488,6 +488,8 @@ class customers extends \db |
488 | 488 | |
489 | 489 | $this->getDi()->get('session')->set( 'isAuth', true ); |
490 | 490 | $this->getDi()->get('session')->set( 'id', $data_customer_id['0']['customer_id'] ); |
491 | + $this->getDi()->get('session')->set( 'users_group_id', $data['0']['users_group_id'] ); | |
492 | + $this->getDi()->get('session')->set( 'special_users_id', $data['0']['special_users_id'] ); | |
491 | 493 | |
492 | 494 | |
493 | 495 | $result = 1; | ... | ... |