Followup r103294, remove a space that got added on the end of the method
authorJohn Du Hart <johnduhart@users.mediawiki.org>
Wed, 16 Nov 2011 04:39:21 +0000 (04:39 +0000)
committerJohn Du Hart <johnduhart@users.mediawiki.org>
Wed, 16 Nov 2011 04:39:21 +0000 (04:39 +0000)
includes/User.php

index 6dab268..229868f 100644 (file)
@@ -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 );
        }