Merge "Fix sessionfailure i18n message during authentication"
[lhc/web/wiklou.git] / includes / specialpage / AuthManagerSpecialPage.php
index 95729f3..b9745de 100644 (file)
@@ -609,7 +609,7 @@ abstract class AuthManagerSpecialPage extends SpecialPage {
                        } elseif ( array_key_exists( 'type', $definition ) ) {
                                $class = HTMLForm::$typeMappings[$definition['type']];
                        }
-                       if ( $class !== 'HTMLInfoField' ) {
+                       if ( $class !== HTMLInfoField::class ) {
                                $definition['tabindex'] = $i;
                                $i++;
                        }