Merge "SpecialNewFiles: Restore the 'newimagestext' message"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 8 Aug 2016 18:08:26 +0000 (18:08 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 8 Aug 2016 18:08:26 +0000 (18:08 +0000)
includes/specials/SpecialNewimages.php

index 98ff187..077a5d2 100644 (file)
@@ -55,6 +55,7 @@ class SpecialNewFiles extends IncludableSpecialPage {
                $this->opts = $opts;
 
                if ( !$this->including() ) {
+                       $this->setTopText();
                        $this->buildForm();
                }