typo, use variable '$name', not a constant 'name'.
authorRaimond Spekking <raymond@users.mediawiki.org>
Mon, 6 Aug 2007 09:34:55 +0000 (09:34 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Mon, 6 Aug 2007 09:34:55 +0000 (09:34 +0000)
includes/Title.php

index 2d4828c..70628c8 100644 (file)
@@ -1082,7 +1082,7 @@ class Title {
 
                        $intended = $user->mBlock->mAddress;
 
-                       $errors[] = array ( ($block->mAuto ? 'autoblockedtext-concise' : 'blockedtext-concise'), $link, $reason, $ip, name, $blockid, $blockExpiry, $intended );
+                       $errors[] = array ( ($block->mAuto ? 'autoblockedtext-concise' : 'blockedtext-concise'), $link, $reason, $ip, $name, $blockid, $blockExpiry, $intended );
                }
 
                return $errors;