From f04177f138df71e6317073b12b754a1c32d0c523 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 21 Oct 2009 11:49:42 -0700 Subject: re-add the lookup_group_by_name API Method. --- modules/gallery/libraries/Identity.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/gallery/libraries/Identity.php') diff --git a/modules/gallery/libraries/Identity.php b/modules/gallery/libraries/Identity.php index bfc523f4..1dd5d23b 100644 --- a/modules/gallery/libraries/Identity.php +++ b/modules/gallery/libraries/Identity.php @@ -199,6 +199,13 @@ class Identity_Core { return self::instance()->driver->lookup_group($id); } + /** + * @see Identity_Driver::lookup_group_by_name. + */ + static function lookup_group_by_name($name) { + return self::instance()->driver->lookup_group_by_name($name); + } + /** * @see Identity_Driver::get_user_list. */ -- cgit v1.2.3