From d779bc6b64d722bec9f105e280168cc39af9e937 Mon Sep 17 00:00:00 2001 From: "Mr. E23" Date: Mon, 7 Mar 2005 18:35:18 +0000 Subject: [PATCH] Fixed occurence of php escape tags in HTML output. More descriptive variable name. --- includes/SpecialBlockip.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/SpecialBlockip.php b/includes/SpecialBlockip.php index 81493f7aa3..9c60423b30 100644 --- a/includes/SpecialBlockip.php +++ b/includes/SpecialBlockip.php @@ -68,8 +68,8 @@ class IPBlockForm { $scBlockExpiry = htmlspecialchars( $this->BlockExpiry ); $scBlockReason = htmlspecialchars( $this->BlockReason ); - $blockExpiryOptions = join(""; + $blockExpiryFormOptions = join(""; $token = htmlspecialchars( $wgUser->editToken() ); @@ -86,7 +86,7 @@ class IPBlockForm { {$mIpbexpiry}: -- 2.20.1