r102756 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102755‎ | r102756 | r102757 >
Date:05:24, 11 November 2011
Author:juliano
Status:deferred
Tags:
Comment:
Fix compatibility with Mw 1.18: Skin no longer extends Linker.
Modified paths:
  • /trunk/extensions/Wikilog/WikilogMainPage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Wikilog/WikilogMainPage.php
@@ -159,7 +159,7 @@
160160 /**
161161 * Returns wikilog description as formatted HTML.
162162 */
163 - protected function formatWikilogDescription( Linker $skin ) {
 163+ protected function formatWikilogDescription( $skin ) {
164164 $this->loadWikilogData();
165165
166166 $s = '';
@@ -188,7 +188,7 @@
189189 /**
190190 * Returns wikilog information as formatted HTML.
191191 */
192 - protected function formatWikilogInformation( Linker $skin ) {
 192+ protected function formatWikilogInformation( $skin ) {
193193 $dbr = wfGetDB( DB_SLAVE );
194194
195195 $row = $dbr->selectRow(

Status & tagging log