Commit 543b2605303ce8e57679641e08a93e4cfc9bf2e1

Authored by Alex Savenko
1 parent 688bf377

common

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/lib/common.php
... ... @@ -764,7 +764,7 @@ namespace
764 764 {
765 765 $groups_ = [];
766 766 $compare = $this->getDi()->get('session')->get('compare', []);
767   - $users_group_id = $this->session->get('users_group_id');
  767 + $users_group_id = $this->getDi()->get('session')->get('users_group_id');
768 768  
769 769 if( !empty( $groups ) )
770 770 {
... ...