* Allow changing block reason
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 21 Feb 2009 10:15:10 +0000 (10:15 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 21 Feb 2009 10:15:10 +0000 (10:15 +0000)
CREDITS
includes/Block.php

diff --git a/CREDITS b/CREDITS
index 0e40426..d80037d 100644 (file)
--- 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
index 9423b88..a44941f 100644 (file)
@@ -105,6 +105,7 @@ class Block {
                        && $this->mHideName == $block->mHideName
                        && $this->mBlockEmail == $block->mBlockEmail
                        && $this->mAllowUsertalk == $block->mAllowUsertalk
+                       && $this->mReason == $block->mReason
                );
        }