Make mediawiki.special.pageLanguage work again
[lhc/web/wiklou.git] / includes / htmlform / HTMLSubmitField.php
index ab6c221..938e428 100644 (file)
@@ -1,8 +1,11 @@
 <?php
+
 /**
  * Add a submit button inline in the form (as opposed to
  * HTMLForm::addButton(), which will add it at the end).
  */
 class HTMLSubmitField extends HTMLButtonField {
        protected $buttonType = 'submit';
-}
\ No newline at end of file
+
+       protected $mFlags = array( 'primary', 'constructive' );
+}