Index: trunk/extensions/MetricsReporting/metrics/DumpArticleCountMetric.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | |
13 | 13 | protected function getQueryInfo() { |
14 | 14 | return array( |
15 | | - 'table' => array( 'comscores' ), |
| 15 | + 'table' => array( 'comscore' ), |
16 | 16 | 'conds' => array(), |
17 | 17 | 'options' => array( 'GROUP BY' => 'date', ), |
18 | 18 | 'join_conds' => array(), |