Index: trunk/extensions/CategoryMultisort/CategoryMultisort.hooks.php |
— | — | @@ -225,8 +225,8 @@ |
226 | 226 | return true; |
227 | 227 | } |
228 | 228 | |
229 | | - function parserCategoryLink( $parser, $holders, $markers, |
230 | | - Title $title, $titleText, &$sortText = null, &$leadingColon = false |
| 229 | + function parserCategoryLink( |
| 230 | + $parser, $holders, $markers, $title, $titleText, &$sortText = null, &$leadingColon = false |
231 | 231 | ) { |
232 | 232 | global $wgContLang; |
233 | 233 | |