Index: trunk/phase3/includes/Title.php |
— | — | @@ -1082,7 +1082,7 @@ |
1083 | 1083 | |
1084 | 1084 | $intended = $user->mBlock->mAddress; |
1085 | 1085 | |
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 ); |
1087 | 1087 | } |
1088 | 1088 | |
1089 | 1089 | return $errors; |