r87272 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r87271
|
r87272
|
r87273
>
Date:
18:31, 2 May 2011
Author:
happy-melon
Status:
ok
Tags:
Comment:
Follow-up
r83795
: fix E_NOTICE due to undefined array member.
Modified paths:
/trunk/phase3/includes/specials/SpecialBlock.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialBlock.php
—
—
@@ -825,7 +825,7 @@
826
826
$flags[] = 'noemail';
827
827
}
828
828
829
- if( $data['DisableUTEdit'] && $wgBlockAllowsUTEdit ){
829
+ if( $wgBlockAllowsUTEdit && $data['DisableUTEdit'] ){
830
830
$flags[] = 'nousertalk';
831
831
}
832
832
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r83795
Follow-up
r83794
,
r83792
: restore new SpecialBlock.php code from
r83786
. Thi...
happy-melon
22:53, 12 March 2011
Status & tagging log
20:51, 5 June 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r87272
[
removed:
new
added:
ok]