From 5216f912c720390946d0de78c17cd97750e75060 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Mon, 6 Aug 2007 09:34:55 +0000 Subject: [PATCH] typo, use variable '$name', not a constant 'name'. --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Title.php b/includes/Title.php index 2d4828c63f..70628c8764 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -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; -- 2.20.1