We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f20b56 + 4443bec commit 26a9500Copy full SHA for 26a9500
1 file changed
application/libraries/Aauth.php
@@ -421,7 +421,7 @@ public function control( $perm_par = FALSE ){
421
}
422
423
424
- }else if ( ! $this->is_allowed($perm_id) OR ! $this->is_group_allowed($perm_id) ){
+ }else if ( ! $this->is_allowed($perm_id) ){
425
if( $this->config_vars['no_permission'] ) {
426
$this->error($this->CI->lang->line('aauth_error_no_access'));
427
if($this->config_vars['no_permission'] !== FALSE){
0 commit comments