From 392e24e56b4afa0e8752fd740f613f5556955342 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 29 Oct 2009 12:12:22 -0700 Subject: Correct the issues that identity::registered_users was calling the backend provider everybody method --- modules/gallery/helpers/identity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/gallery/helpers') diff --git a/modules/gallery/helpers/identity.php b/modules/gallery/helpers/identity.php index dd8c6c16..0111cb1a 100644 --- a/modules/gallery/helpers/identity.php +++ b/modules/gallery/helpers/identity.php @@ -197,7 +197,7 @@ class identity_Core { * @see IdentityProvider_Driver::registered_users. */ static function registered_users() { - return IdentityProvider::instance()->everybody(); + return IdentityProvider::instance()->registered_users(); } /** -- cgit v1.2.3