includes/sessions.php
changeset 576 6a8c4f1fc6c9
parent 573 43e7254afdb4
child 580 41c45314ac27
equal deleted inserted replaced
575:9c1ab9c74662 576:6a8c4f1fc6c9
  4014         {
  4014         {
  4015           $group_name = $row['group_name'];
  4015           $group_name = $row['group_name'];
  4016         }
  4016         }
  4017         foreach ( $rules as $perm_type => $perm_value )
  4017         foreach ( $rules as $perm_type => $perm_value )
  4018         {
  4018         {
       
  4019           if ( !isset($this->perms[$perm_type]) )
       
  4020             continue;
       
  4021           
  4019           if ( $this->perms[$perm_type] == AUTH_DENY )
  4022           if ( $this->perms[$perm_type] == AUTH_DENY )
  4020             continue;
  4023             continue;
  4021           
  4024           
  4022           if ( !$session->check_acl_scope($perm_type, $this->namespace) )
  4025           if ( !$session->check_acl_scope($perm_type, $this->namespace) )
  4023             continue;
  4026             continue;