Explorar el Código

Merge branch 'dev'

master
Guillaume hace 3 años
padre
commit
86be6635e3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      common/models/User.php

+ 2
- 2
common/models/User.php Ver fichero

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

Cargando…
Cancelar
Guardar