Bug 32673: Keep the username in the input field if not existing
[lhc/web/wiklou.git] / includes / specials / SpecialListusers.php
index a4890a1..b1ff6ea 100644 (file)
@@ -131,7 +131,7 @@ class UsersPager extends AlphabeticPager {
                $userPage = Title::makeTitle( NS_USER, $row->user_name );
                $name = Linker::link( $userPage, htmlspecialchars( $userPage->getText() ) );
 
-               $lang = $this->getLang();
+               $lang = $this->getLanguage();
 
                $groups_list = self::getGroups( $row->user_id );
                if( count( $groups_list ) > 0 ) {