From: Mr. E23 Date: Mon, 7 Mar 2005 18:35:18 +0000 (+0000) Subject: Fixed occurence of php escape tags in HTML output. X-Git-Tag: 1.5.0alpha1~667 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=d779bc6b64d722bec9f105e280168cc39af9e937;p=lhc%2Fweb%2Fwiklou.git Fixed occurence of php escape tags in HTML output. More descriptive variable name. --- 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}: