Index: trunk/phase3/includes/specials/SpecialMostlinkedtemplates.php |
— | — | @@ -68,7 +68,7 @@ |
69 | 69 | 'tl_title AS title', |
70 | 70 | 'COUNT(*) AS value' ), |
71 | 71 | 'conds' => array ( 'tl_namespace' => NS_TEMPLATE ), |
72 | | - 'options' => array( 'GROUP BY' => 'tl_title' ) |
| 72 | + 'options' => array( 'GROUP BY' => 'namespace, title' ) |
73 | 73 | ); |
74 | 74 | } |
75 | 75 | |