Preserve 'ooui' query string when overriding
[lhc/web/wiklou.git] / includes / specials / SpecialPreferences.php
index 0f6be06..f67fe9f 100644 (file)
@@ -154,6 +154,8 @@ class SpecialPreferences extends SpecialPage {
                        );
                }
 
+               $htmlForm->addHiddenField( 'ooui', $this->oouiEnabled ? '1' : '0' );
+
                $htmlForm->show();
        }