Merge "Remove old WebResponse::setCookie() calling method"
[lhc/web/wiklou.git] / includes / specials / SpecialRedirect.php
index 12959a3..80dc797 100644 (file)
@@ -352,6 +352,10 @@ class SpecialRedirect extends FormSpecialPage {
                $form->setMethod( 'get' );
        }
 
+       protected function getDisplayFormat() {
+               return 'ooui';
+       }
+
        /**
         * Return an array of subpages that this special page will accept.
         *