SpecialNewFiles: Restore the 'newimagestext' message
authorBartosz Dziewoński <matma.rex@gmail.com>
Mon, 8 Aug 2016 17:54:03 +0000 (19:54 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Mon, 8 Aug 2016 17:56:49 +0000 (19:56 +0200)
Follow-up to c5ed2698579a085747ef290c9e6e3b8ba3f8960b.

Bug: T142191
Change-Id: If3d0c6d80c97494a6545db67a7adbd7c7ca05cb1

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();
                }