Add new UsersPagerDoBatchLookups hook to allow for extensions to modify UsersPager...
[lhc/web/wiklou.git] / includes / specials / pagers / UsersPager.php
index 7b058c1..adc1dd8 100644 (file)
@@ -241,6 +241,11 @@ class UsersPager extends AlphabeticPager {
                        $cache[intval( $row->ug_user )][] = $row->ug_group;
                        $groups[$row->ug_group] = true;
                }
+
+               // Give extensions a chance to add things like global user group data
+               // into the cache array to ensure proper output later on
+               Hooks::run( 'UsersPagerDoBatchLookups', [ $dbr, $userIds, &$cache, &$groups ] );
+
                $this->userGroupCache = $cache;
 
                // Add page of groups to link batch