Skip to content

Commit 26a9500

Browse files
authored
Merge pull request #240 from manukieli/patch-2
Patch 2
2 parents 3f20b56 + 4443bec commit 26a9500

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/libraries/Aauth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ public function control( $perm_par = FALSE ){
421421
}
422422
}
423423

424-
}else if ( ! $this->is_allowed($perm_id) OR ! $this->is_group_allowed($perm_id) ){
424+
}else if ( ! $this->is_allowed($perm_id) ){
425425
if( $this->config_vars['no_permission'] ) {
426426
$this->error($this->CI->lang->line('aauth_error_no_access'));
427427
if($this->config_vars['no_permission'] !== FALSE){

0 commit comments

Comments
 (0)