r78798 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r78797
|
r78798
|
r78799
>
Date:
15:29, 22 December 2010
Author:
ialex
Status:
ok
Tags:
Comment:
We need to select the namespace, even hardcoded, this is causing: Notice: Undefined property: stdClass::$namespace in includes/QueryPage.php on line 307
Modified paths:
/trunk/phase3/includes/specials/SpecialMostlinkedcategories.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialMostlinkedcategories.php
—
—
@@ -42,6 +42,7 @@
43
43
return array (
44
44
'tables' => array ( 'categorylinks' ),
45
45
'fields' => array ( 'cl_to AS title',
46
+ NS_CATEGORY . ' AS namespace',
46
47
'COUNT(*) AS value' ),
47
48
'options' => array ( 'GROUP BY' => 'cl_to' )
48
49
);
Status & tagging log
15:35, 22 December 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r78798
[
removed:
new
added:
ok]