diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-14 21:07:19 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-14 21:07:19 -0700 |
| commit | 8e1ab75530b2085ed5ae67e714c624b06cae3695 (patch) | |
| tree | f83632394bff4e5902fe38d48aed8b1dbeb10313 /modules/gallery/helpers/user.php | |
| parent | 8641b51217a312a0136e6e8f6d691dee205e4d9b (diff) | |
Recreate group::lookup that somehow got removed.
Diffstat (limited to 'modules/gallery/helpers/user.php')
| -rw-r--r-- | modules/gallery/helpers/user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/user.php b/modules/gallery/helpers/user.php index 7aa990e1..cb205170 100644 --- a/modules/gallery/helpers/user.php +++ b/modules/gallery/helpers/user.php @@ -351,7 +351,7 @@ class user_Core { * @param string search value * @return User_Core the user object, or null if the name was invalid. */ - private static function _lookup_user_by_field($field_name, $value) { + private static function _lookup_user_by_field($field_name, $value) { try { $user = model_cache::get("user", $value, $field_name); if ($user->loaded) { |
