Merge "Avoid 'message' in log context in AuthManager"
[lhc/web/wiklou.git] / includes / htmlform / HTMLForm.php
index c65d97f..1f4d99e 100644 (file)
@@ -176,7 +176,7 @@ class HTMLForm extends ContextSource {
        protected $mFieldTree;
        protected $mShowReset = false;
        protected $mShowSubmit = true;
-       protected $mSubmitFlags = [ 'constructive', 'primary' ];
+       protected $mSubmitFlags = [ 'primary', 'progressive' ];
        protected $mShowCancel = false;
        protected $mCancelTarget;