Sfoglia il codice sorgente

Merge branch 'dev'

master
Guillaume 3 anni fa
parent
commit
86be6635e3
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      common/models/User.php

+ 2
- 2
common/models/User.php Vedi File

@@ -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…
Annulla
Salva