* Allow changing block reason
This commit is contained in:
parent
7485c1ee0f
commit
6b05fb6133
2 changed files with 2 additions and 0 deletions
1
CREDITS
1
CREDITS
|
|
@ -86,6 +86,7 @@ following names for their contribution to the product.
|
|||
* René Kijewski
|
||||
* ST47
|
||||
* Stefano
|
||||
* Str4nd
|
||||
|
||||
== Translators ==
|
||||
* Anders Wegge Jakobsen
|
||||
|
|
|
|||
|
|
@ -105,6 +105,7 @@ class Block {
|
|||
&& $this->mHideName == $block->mHideName
|
||||
&& $this->mBlockEmail == $block->mBlockEmail
|
||||
&& $this->mAllowUsertalk == $block->mAllowUsertalk
|
||||
&& $this->mReason == $block->mReason
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue