Index: trunk/extensions/MetricsReporting/ApiAnalytics.php |
— | — | @@ -87,7 +87,8 @@ |
88 | 88 | $querySeparator = str_repeat( '--- ', 12 ); |
89 | 89 | $moduleSeparator = str_repeat( '*** ', 14 ); |
90 | 90 | $msg .= "\n$querySeparator Analytics: Metrics $querySeparator\n\n"; |
91 | | - $msg .= $this->makeHelpMsgHelper( $this->metricModules, 'metric' ); |
| 91 | + global $wgMetricAPIModules; |
| 92 | + $msg .= $this->makeHelpMsgHelper( $wgMetricAPIModules, 'metric' ); |
92 | 93 | $msg .= "\n\n$moduleSeparator Modules: continuation $moduleSeparator\n\n"; |
93 | 94 | |
94 | 95 | return $msg; |