We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae5ef5 commit dc0b2b1Copy full SHA for dc0b2b1
1 file changed
application/libraries/Aauth.php
@@ -135,7 +135,7 @@ public function __construct() {
135
/**
136
* precache_perms() caches all permission IDs for later use.
137
*/
138
- private function precache_perms {
+ private function precache_perms() {
139
$query = $this->aauth_db->get($this->config_vars['perms']);
140
141
foreach ($query->result() as $row) {
@@ -147,7 +147,7 @@ private function precache_perms {
147
148
* precache_groups() caches all group IDs for later use.
149
150
- private function precache_groups {
+ private function precache_groups() {
151
$query = $this->aauth_db->get($this->config_vars['groups']);
152
153
0 commit comments