From: Tim Starling Date: Mon, 28 Mar 2005 15:57:18 +0000 (+0000) Subject: fixed bug X-Git-Tag: 1.5.0alpha1~471 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%2C%22id_auteur=%24connecte%22%29%20.%20%22?a=commitdiff_plain;h=22c6ce899a79fc1f3ebc6993e7fe8e5cab41e4e0;p=lhc%2Fweb%2Fwiklou.git fixed bug --- diff --git a/includes/User.php b/includes/User.php index 5f0e2c2ca8..fdb1dc8b4d 100644 --- a/includes/User.php +++ b/includes/User.php @@ -296,8 +296,8 @@ class User { # DNSBL if ( !$this->mBlockedby && $wgEnableSorbs ) { if ( $this->inSorbsBlacklist( $wgIP ) ) { - $this->mBlockedBy = wfMsg( 'sorbs' ); - $this->mBlockereason = wfMsg( 'sorbsreason' ); + $this->mBlockedby = wfMsg( 'sorbs' ); + $this->mBlockreason = wfMsg( 'sorbsreason' ); } }