r103295 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103294‎ | r103295 | r103296 >
Date:04:39, 16 November 2011
Author:johnduhart
Status:ok
Tags:
Comment:
Followup r103294, remove a space that got added on the end of the method
Modified paths:
  • /trunk/phase3/includes/User.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/User.php
@@ -3199,7 +3199,7 @@
32003200 * @param $request WebRequest object to use or null to use $wgRequest
32013201 * @return String The new edit token
32023202 */
3203 - public function editToken( $salt = '', $request = null ) {
 3203+ public function editToken( $salt = '', $request = null ) {
32043204 return $this->getEditToken( $salt, $request );
32053205 }
32063206

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r103294Following r100264, update usages in corejohnduhart04:37, 16 November 2011

Status & tagging log