"else if" to "elseif"
[lhc/web/wiklou.git] / includes / specials / SpecialListgrouprights.php
index 00bab56..91d8ed8 100644 (file)
@@ -169,7 +169,7 @@ class SpecialListGroupRights extends SpecialPage {
                        }
                }
                sort( $r );
-               $lang = $this->getLang();
+               $lang = $this->getLanguage();
                if( $add === true ){
                        $r[] = wfMsgExt( 'listgrouprights-addgroup-all', array( 'escape' ) );
                } elseif( is_array( $add ) && count( $add ) ) {