From: Niklas Laxström Date: Sat, 21 Feb 2009 10:15:10 +0000 (+0000) Subject: * Allow changing block reason X-Git-Tag: 1.31.0-rc.0~42749 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=6b05fb61332e4d9ec0307802e817c9092f1f29ec;p=lhc%2Fweb%2Fwiklou.git * Allow changing block reason --- diff --git a/CREDITS b/CREDITS index 0e40426245..d80037d933 100644 --- a/CREDITS +++ b/CREDITS @@ -86,6 +86,7 @@ following names for their contribution to the product. * René Kijewski * ST47 * Stefano +* Str4nd == Translators == * Anders Wegge Jakobsen diff --git a/includes/Block.php b/includes/Block.php index 9423b8850c..a44941f131 100644 --- a/includes/Block.php +++ b/includes/Block.php @@ -105,6 +105,7 @@ class Block { && $this->mHideName == $block->mHideName && $this->mBlockEmail == $block->mBlockEmail && $this->mAllowUsertalk == $block->mAllowUsertalk + && $this->mReason == $block->mReason ); }