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 @@
4343 return array (
4444 'tables' => array ( 'categorylinks' ),
4545 'fields' => array ( 'cl_to AS title',
 46+ NS_CATEGORY . ' AS namespace',
4647 'COUNT(*) AS value' ),
4748 'options' => array ( 'GROUP BY' => 'cl_to' )
4849 );

Status & tagging log