r88085 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r88084
|
r88085
|
r88086
>
Date:
14:20, 14 May 2011
Author:
catrope
Status:
ok
Tags:
Comment:
Fix broken --sysop flag in
r87480
: it was triggering the bureaucrat right instead, and createAndPromote.php couldn't be used to create sysops at all
Modified paths:
/trunk/phase3/maintenance/createAndPromote.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/createAndPromote.php
—
—
@@ -61,7 +61,7 @@
62
62
63
63
# Promote user
64
64
if ( $this->hasOption( 'sysop' ) ) {
65
- $user->addGroup( 'bureaucrat' );
65
+ $user->addGroup( 'sysop' );
66
66
}
67
67
if ( $this->hasOption( 'bureaucrat' ) ) {
68
68
$user->addGroup( 'bureaucrat' );
Follow-up revisions
Revision
Commit summary
Author
Date
r90258
MFT
r87586
,
r87840
,
r88085
,
r88118
,
r88124
,
r88492
,
r88498
tstarling
04:46, 17 June 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r87480
(
bug 23495
) Allow createAndPromote.php to create non-sysop users
demon
05:11, 5 May 2011
Status & tagging log
04:47, 17 June 2011
Tim Starling
(
talk
|
contribs
)
changed the
tags
for r88085
[
removed:
1.18]
05:20, 7 June 2011
😂
(
talk
|
contribs
)
changed the
status
of r88085
[
removed:
new
added:
ok]
14:20, 14 May 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r88085
[
added:
1.18]