Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -1847,7 +1847,7 @@ |
1848 | 1848 | if ( $this->mArticleBodyOnly ) { |
1849 | 1849 | $this->out( $this->mBodytext ); |
1850 | 1850 | } else { |
1851 | | - $sk = $wgUser->getSkin(); |
| 1851 | + $sk = $wgUser->getSkin( $this->getTitle() ); |
1852 | 1852 | |
1853 | 1853 | // Hook that allows last minute changes to the output page, e.g. |
1854 | 1854 | // adding of CSS or Javascript by extensions. |