Restore calls to SpecialPage::outputHeader(), no longer called since the rewrite...
[lhc/web/wiklou.git] / includes / specials / SpecialListfiles.php
index 60e8127..7879f88 100644 (file)
@@ -30,6 +30,7 @@ class SpecialListFiles extends SpecialPage {
        public function execute( $par ){
                global $wgOut;
                $this->setHeaders();
+               $this->outputHeader();
 
                $pager = new ImageListPager( $par );