summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries/Identity.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/libraries/Identity.php')
-rw-r--r--modules/gallery/libraries/Identity.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/gallery/libraries/Identity.php b/modules/gallery/libraries/Identity.php
index 3ef13a6d..1dd5d23b 100644
--- a/modules/gallery/libraries/Identity.php
+++ b/modules/gallery/libraries/Identity.php
@@ -193,6 +193,13 @@ class Identity_Core {
}
/**
+ * @see Identity_Driver::lookup_group.
+ */
+ static function lookup_group($id) {
+ return self::instance()->driver->lookup_group($id);
+ }
+
+ /**
* @see Identity_Driver::lookup_group_by_name.
*/
static function lookup_group_by_name($name) {