* Allow changing block reason

This commit is contained in:
Niklas Laxström 2009-02-21 10:15:10 +00:00
parent 7485c1ee0f
commit 6b05fb6133
2 changed files with 2 additions and 0 deletions

View file

@ -86,6 +86,7 @@ following names for their contribution to the product.
* René Kijewski
* ST47
* Stefano
* Str4nd
== Translators ==
* Anders Wegge Jakobsen

View file

@ -105,6 +105,7 @@ class Block {
&& $this->mHideName == $block->mHideName
&& $this->mBlockEmail == $block->mBlockEmail
&& $this->mAllowUsertalk == $block->mAllowUsertalk
&& $this->mReason == $block->mReason
);
}