summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/identity.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/helpers/identity.php')
-rw-r--r--modules/gallery/helpers/identity.php2
1 files changed, 1 insertions, 1 deletions
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();
}
/**