diff options
Diffstat (limited to 'includes/api/ApiProtect.php')
-rw-r--r-- | includes/api/ApiProtect.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiProtect.php b/includes/api/ApiProtect.php index 5556262e..ac1e0736 100644 --- a/includes/api/ApiProtect.php +++ b/includes/api/ApiProtect.php @@ -229,6 +229,6 @@ class ApiProtect extends ApiBase { } public function getVersion() { - return __CLASS__ . ': $Id: ApiProtect.php 104449 2011-11-28 15:52:04Z reedy $'; + return __CLASS__ . ': $Id$'; } } |