Revert r93237 ("use User::getBlock() accessor rather than accessing $mBlock directly...
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 27 Jul 2011 22:28:59 +0000 (22:28 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 27 Jul 2011 22:28:59 +0000 (22:28 +0000)
commitf450e4eb8cc18e8bd22def4825b20bd793889fd3
tree8f913ce40585a3f1ccff2f7b497a68a3a5f8e4dd
parent60d879b52bd5720e4b80710520e6bdbd700d8b4a
Revert r93237 ("use User::getBlock() accessor rather than accessing $mBlock directly ..."): breaks a test (specifically TitlePermissionTest::testUserBlock()). From what I can tell it looks like the test case is expecting the text of the infinite-block message, but got a Message object instead
includes/Action.php
includes/OutputPage.php
includes/SpecialPage.php
includes/Title.php
includes/User.php
includes/specials/SpecialEmailuser.php
includes/specials/SpecialUserlogin.php