equal
deleted
inserted
replaced
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; |