summaryrefslogtreecommitdiff
path: root/includes/api/ApiQueryPageProps.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/api/ApiQueryPageProps.php')
-rw-r--r--includes/api/ApiQueryPageProps.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiQueryPageProps.php b/includes/api/ApiQueryPageProps.php
index 64b8511d..56213fa3 100644
--- a/includes/api/ApiQueryPageProps.php
+++ b/includes/api/ApiQueryPageProps.php
@@ -153,6 +153,6 @@ class ApiQueryPageProps extends ApiQueryBase {
}
public function getVersion() {
- return __CLASS__ . ': $Id: ApiQueryPageProps.php 104449 2011-11-28 15:52:04Z reedy $';
+ return __CLASS__ . ': $Id$';
}
}