Index: trunk/phase3/includes/specials/SpecialListfiles.php |
— | — | @@ -30,6 +30,7 @@ |
31 | 31 | public function execute( $par ){ |
32 | 32 | global $wgOut; |
33 | 33 | $this->setHeaders(); |
| 34 | + $this->outputHeader(); |
34 | 35 | |
35 | 36 | $pager = new ImageListPager( $par ); |
36 | 37 | |
Index: trunk/phase3/includes/specials/SpecialNewimages.php |
— | — | @@ -27,8 +27,10 @@ |
28 | 28 | } |
29 | 29 | |
30 | 30 | public function execute( $par ){ |
31 | | - global $wgOut, $wgLang; |
| 31 | + global $wgOut; |
| 32 | + |
32 | 33 | $this->setHeaders(); |
| 34 | + $this->outputHeader(); |
33 | 35 | |
34 | 36 | $pager = new NewFilesPager( $par ); |
35 | 37 | |
— | — | @@ -160,4 +162,4 @@ |
161 | 163 | |
162 | 164 | return $form; |
163 | 165 | } |
164 | | -} |
\ No newline at end of file |
| 166 | +} |