Merge "Extract methods while creating the textbox"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 9 Nov 2016 17:09:23 +0000 (17:09 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 9 Nov 2016 17:09:23 +0000 (17:09 +0000)
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 ) {