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