diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/user/helpers/group.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/user/helpers/group.php b/modules/user/helpers/group.php index a47ade37..98947794 100644 --- a/modules/user/helpers/group.php +++ b/modules/user/helpers/group.php @@ -46,6 +46,8 @@ class group_Core { /** * The group of all possible visitors. This includes the guest user. * + * @todo consider caching + * * @return Group_Model */ static function everybody() { @@ -55,6 +57,8 @@ class group_Core { /** * The group of all logged-in visitors. This does not include guest users. * + * @todo consider caching + * * @return Group_Model */ static function registered_users() { |