Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -1024,6 +1024,7 @@ |
1025 | 1025 | */ |
1026 | 1026 | public function readOnlyPage( $source = null, $protected = false, $reasons = array() ) { |
1027 | 1027 | global $wgUser, $wgReadOnlyFile, $wgReadOnly, $wgTitle; |
| 1028 | + $skin = $wgUser->getSkin(); |
1028 | 1029 | |
1029 | 1030 | $this->setRobotpolicy( 'noindex,nofollow' ); |
1030 | 1031 | $this->setArticleRelated( false ); |