r86235 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86234‎ | r86235 | r86236 >
Date:20:22, 16 April 2011
Author:happy-melon
Status:ok
Tags:
Comment:
Fix fatal in Standard skin.
Modified paths:
  • /trunk/phase3/includes/Skin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Skin.php
@@ -525,6 +525,10 @@
526526 function getCategoryLinks( OutputPage $out=null ) {
527527 global $wgUseCategoryBrowser, $wgContLang;
528528
 529+ if( $out === null ){
 530+ $out = $this->getContext()->output;
 531+ }
 532+
529533 if ( count( $out->mCategoryLinks ) == 0 ) {
530534 return '';
531535 }

Status & tagging log