From: John Du Hart Date: Wed, 16 Nov 2011 04:39:21 +0000 (+0000) Subject: Followup r103294, remove a space that got added on the end of the method X-Git-Tag: 1.31.0-rc.0~26479 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=aa6a4828afe2bc4bc655c7ef1b6772bc2d1ef94b;p=lhc%2Fweb%2Fwiklou.git Followup r103294, remove a space that got added on the end of the method --- diff --git a/includes/User.php b/includes/User.php index 6dab268389..229868fd5c 100644 --- a/includes/User.php +++ b/includes/User.php @@ -3199,7 +3199,7 @@ class User { * @param $request WebRequest object to use or null to use $wgRequest * @return String The new edit token */ - public function editToken( $salt = '', $request = null ) { + public function editToken( $salt = '', $request = null ) { return $this->getEditToken( $salt, $request ); }