Property changes on: trunk/extensions/MetricsReporting/MetricsReporting.php |
___________________________________________________________________ |
Deleted: svn:keywords |
1 | 1 | - Id |
Index: trunk/extensions/MetricsReporting/ApiAnalytics.php |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | | -class ApiMetrics extends ApiBase { |
| 4 | +class ApiAnalytics extends ApiBase { |
5 | 5 | |
6 | 6 | private $metricModuleNames; |
7 | 7 | |
— | — | @@ -91,6 +91,6 @@ |
92 | 92 | } |
93 | 93 | |
94 | 94 | public function getVersion() { |
95 | | - return __CLASS__ . ': $Id: $'; |
| 95 | + return __CLASS__ . ': $Id$'; |
96 | 96 | } |
97 | 97 | } |
Property changes on: trunk/extensions/MetricsReporting/ApiAnalytics.php |
___________________________________________________________________ |
Added: svn:keywords |
98 | 98 | + Id |