Browse Source

Update Aauth.php

master
manukieli 7 years ago committed by GitHub
parent
commit
4443bec698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      application/libraries/Aauth.php

2
application/libraries/Aauth.php

@ -421,7 +421,7 @@ class Aauth {
} }
} }
}else if ( ! $this->is_allowed ($perm_id) ){ }else if ( ! $this->is_allowed($perm_id) ){
if( $this->config_vars['no_permission'] ) { if( $this->config_vars['no_permission'] ) {
$this->error($this->CI->lang->line('aauth_error_no_access')); $this->error($this->CI->lang->line('aauth_error_no_access'));
if($this->config_vars['no_permission'] !== FALSE){ if($this->config_vars['no_permission'] !== FALSE){

Loading…
Cancel
Save