From: Sam Reed Date: Mon, 10 Jan 2011 22:36:26 +0000 (+0000) Subject: Normalise casing of svn:keywords Id X-Git-Tag: 1.31.0-rc.0~32638 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=d251f3ddd2001276564267a5d3a839c0334cf4b4;p=lhc%2Fweb%2Fwiklou.git Normalise casing of svn:keywords Id Add missing Id to ApiFormatDump and ApiUpload --- diff --git a/includes/api/ApiUpload.php b/includes/api/ApiUpload.php index 47e569f0a2..7bd2c3996c 100644 --- a/includes/api/ApiUpload.php +++ b/includes/api/ApiUpload.php @@ -504,6 +504,6 @@ class ApiUpload extends ApiBase { } public function getVersion() { - return __CLASS__ . ': $Id: ApiUpload.php 51812 2009-06-12 23:45:20Z dale $'; + return __CLASS__ . ': $Id$'; } }