r69752 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69751‎ | r69752 | r69753 >
Date:20:56, 22 July 2010
Author:reedy
Status:ok
Tags:
Comment:
Remove unused $categories = array();
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryAllCategories.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryAllCategories.php
@@ -83,7 +83,7 @@
8484 $res = $this->select( __METHOD__ );
8585
8686 $pages = array();
87 - $categories = array();
 87+
8888 $result = $this->getResult();
8989 $count = 0;
9090 foreach ( $res as $row ) {

Status & tagging log