r24617 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24616‎ | r24617 | r24618 >
Date:09:34, 6 August 2007
Author:raymond
Status:old
Tags:
Comment:
typo, use variable '$name', not a constant 'name'.
Modified paths:
  • /trunk/phase3/includes/Title.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Title.php
@@ -1082,7 +1082,7 @@
10831083
10841084 $intended = $user->mBlock->mAddress;
10851085
1086 - $errors[] = array ( ($block->mAuto ? 'autoblockedtext-concise' : 'blockedtext-concise'), $link, $reason, $ip, name, $blockid, $blockExpiry, $intended );
 1086+ $errors[] = array ( ($block->mAuto ? 'autoblockedtext-concise' : 'blockedtext-concise'), $link, $reason, $ip, $name, $blockid, $blockExpiry, $intended );
10871087 }
10881088
10891089 return $errors;

Follow-up revisions

RevisionCommit summaryAuthorDate
r24632Merged revisions 24601-24631 via svnmerge from...david18:44, 6 August 2007

Status & tagging log