r72689 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72688‎ | r72689 | r72690 >
Date:22:35, 9 September 2010
Author:platonides
Status:ok
Tags:
Comment:
Follow up r72388. Add the hint to the subclass, too.
Modified paths:
  • /trunk/extensions/CategoryTree/CategoryPageSubclass.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CategoryTree/CategoryPageSubclass.php
@@ -22,7 +22,7 @@
2323 /**
2424 * Add a subcategory to the internal lists
2525 */
26 - function addSubcategoryObject( $cat, $sortkey, $pageLength ) {
 26+ function addSubcategoryObject( Category $cat, $sortkey, $pageLength ) {
2727 global $wgRequest;
2828
2929 $title = $cat->getTitle();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r72388Follow up r36814. Make the deprecated function call the non-deprecated one in...platonides18:46, 4 September 2010

Status & tagging log