diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-21 11:49:42 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-21 11:49:42 -0700 |
| commit | f04177f138df71e6317073b12b754a1c32d0c523 (patch) | |
| tree | 2fa6007578349c04ef7af6fcc30502323a2ad7a2 /modules/gallery/libraries/Identity.php | |
| parent | 182c8414a1535f7f141ebca350a2b79d0d4a63ff (diff) | |
re-add the lookup_group_by_name API Method.
Diffstat (limited to 'modules/gallery/libraries/Identity.php')
| -rw-r--r-- | modules/gallery/libraries/Identity.php | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ -200,6 +200,13 @@ class Identity_Core { } /** + * @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. */ static function get_user_list($ids) { |
