From 4443bec698ec03f67637b806a309db5a5da88c5b Mon Sep 17 00:00:00 2001 From: manukieli Date: Wed, 17 Oct 2018 19:10:05 +0200 Subject: [PATCH] Update Aauth.php --- application/libraries/Aauth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/libraries/Aauth.php b/application/libraries/Aauth.php index eb41978..302dfe8 100644 --- a/application/libraries/Aauth.php +++ b/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'] ) { $this->error($this->CI->lang->line('aauth_error_no_access')); if($this->config_vars['no_permission'] !== FALSE){