Selaa lähdekoodia

Correctif UserGroup

refactoring
Guillaume 3 vuotta sitten
vanhempi
commit
13e824a72a
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      common/models/User.php

+ 2
- 2
common/models/User.php Näytä tiedosto

@@ -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) {

Loading…
Peruuta
Tallenna