DatabaseUpdater: Stop inserting junk into 'updatelog' every time the updater runs
[lhc/web/wiklou.git] / 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();
                }