From: Bartosz DziewoƄski Date: Mon, 8 Aug 2016 17:54:03 +0000 (+0200) Subject: SpecialNewFiles: Restore the 'newimagestext' message X-Git-Tag: 1.31.0-rc.0~6129^2 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=3419a397e17f46c522af8b7acfd375a8aa22cbce;p=lhc%2Fweb%2Fwiklou.git SpecialNewFiles: Restore the 'newimagestext' message Follow-up to c5ed2698579a085747ef290c9e6e3b8ba3f8960b. Bug: T142191 Change-Id: If3d0c6d80c97494a6545db67a7adbd7c7ca05cb1 --- diff --git a/includes/specials/SpecialNewimages.php b/includes/specials/SpecialNewimages.php index 98ff18785c..077a5d21f6 100644 --- a/includes/specials/SpecialNewimages.php +++ b/includes/specials/SpecialNewimages.php @@ -55,6 +55,7 @@ class SpecialNewFiles extends IncludableSpecialPage { $this->opts = $opts; if ( !$this->including() ) { + $this->setTopText(); $this->buildForm(); }