Index: trunk/phase3/maintenance/parserTests.inc |
— | — | @@ -313,7 +313,8 @@ |
314 | 314 | } else if (preg_match('/\\bcat\\b/i', $opts)) { |
315 | 315 | global $wgOut; |
316 | 316 | $wgOut->addCategoryLinks($output->getCategories()); |
317 | | - $out = $this->tidy( implode( ' ', $wgOut->getCategoryLinks() ) ); |
| 317 | + $cats = $wgOut->getCategoryLinks(); |
| 318 | + $out = $this->tidy( implode( ' ', $cats['normal'] ) ); |
318 | 319 | } |
319 | 320 | |
320 | 321 | $result = $this->tidy($result); |