Naming convention on language strings applied, ACL handling fixed:
[mailer.git] / inc / classes / cachesystem.class.php
index bee80767ac0581e642d07d739a122fb64e47f2db..8f0b7e7175fbacd7b4f08b11c64cf22c31b454e4 100644 (file)
@@ -185,6 +185,9 @@ class CacheSystem {
                                        } else {
                                                $GLOBALS['cache_array']['admin'][$k][$data['admin_id']] = $v;
                                        }
+                               } elseif ($this->name == 'admin_acls') {
+                                       // Access control lines
+                                       $GLOBALS['cache_array']['admin_acls'][$k][$data['admin_id']][] = $v;
                                } elseif ($this->name == 'refdepths') {
                                        // Referal levels
                                        $GLOBALS['cache_array']['refdepths'][$k][$data['id']] = $v;