X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/mediawiki.git/blobdiff_plain/18a6620945d02687fbcfc4c27355d952fd748b41..19e297c21b10b1b8a3acad5e73fc71dcb35db44a:/includes/api/ApiProtect.php diff --git a/includes/api/ApiProtect.php b/includes/api/ApiProtect.php index 3a1d18e0..7f2b83d1 100644 --- a/includes/api/ApiProtect.php +++ b/includes/api/ApiProtect.php @@ -223,6 +223,6 @@ class ApiProtect extends ApiBase { } public function getVersion() { - return __CLASS__ . ': $Id: ApiProtect.php 77192 2010-11-23 22:05:27Z btongminh $'; + return __CLASS__ . ': $Id$'; } }