Index: trunk/extensions/Wikilog/WikilogMainPage.php |
— | — | @@ -159,7 +159,7 @@ |
160 | 160 | /** |
161 | 161 | * Returns wikilog description as formatted HTML. |
162 | 162 | */ |
163 | | - protected function formatWikilogDescription( Linker $skin ) { |
| 163 | + protected function formatWikilogDescription( $skin ) { |
164 | 164 | $this->loadWikilogData(); |
165 | 165 | |
166 | 166 | $s = ''; |
— | — | @@ -188,7 +188,7 @@ |
189 | 189 | /** |
190 | 190 | * Returns wikilog information as formatted HTML. |
191 | 191 | */ |
192 | | - protected function formatWikilogInformation( Linker $skin ) { |
| 192 | + protected function formatWikilogInformation( $skin ) { |
193 | 193 | $dbr = wfGetDB( DB_SLAVE ); |
194 | 194 | |
195 | 195 | $row = $dbr->selectRow( |