Przeglądaj źródła

Correctif UserGroup

refactoring
Guillaume 3 lat temu
rodzic
commit
13e824a72a
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      common/models/User.php

+ 2
- 2
common/models/User.php Wyświetl plik

@@ -785,9 +785,9 @@ class User extends ActiveRecordCommon implements IdentityInterface
public function belongsToUserGroup($userGroupId)
{
if(!$this->userUserGroup) {
$this->userUserGroup = UserUserGroup::searchAll([
$this->populateRelation('userUserGroup', UserUserGroup::searchAll([
'id_user' => $this->id
]) ;
])) ;
}

if($this->userUserGroup) {

Ładowanie…
Anuluj
Zapisz