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 @@
84
84
$res = $this->select( __METHOD__ );
85
85
86
86
$pages = array();
87
- $categories = array();
87
+
88
88
$result = $this->getResult();
89
89
$count = 0;
90
90
foreach ( $res as $row ) {
Status & tagging log
06:49, 23 July 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r69752
[
removed:
new
added:
ok]