Merge "Extract methods while creating the textbox"
[lhc/web/wiklou.git] / includes / EditPage.php
index 9d8b5e5..afa0574 100644 (file)
@@ -2866,6 +2866,7 @@ class EditPage {
        }
 
        protected function showHeader() {
+               global $wgOut, $wgUser;
                global $wgAllowUserCss, $wgAllowUserJs;
 
                if ( $this->isConflict ) {