From 6b05fb61332e4d9ec0307802e817c9092f1f29ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 21 Feb 2009 10:15:10 +0000 Subject: [PATCH] * Allow changing block reason --- CREDITS | 1 + includes/Block.php | 1 + 2 files changed, 2 insertions(+) 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 ); } -- 2.20.1