r49550 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r49549
|
r49550
|
r49551
>
Date:
02:27, 16 April 2009
Author:
aaron
Status:
ok
Tags:
Comment:
double-check $this->isAllowed
Modified paths:
/trunk/extensions/FlaggedRevs/specialpages/Stabilization_body.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/FlaggedRevs/specialpages/Stabilization_body.php
—
—
@@ -90,7 +90,7 @@
91
91
}
92
92
}
93
93
// Show form or submit...
94
- if( $isValid && $confirm ) {
94
+ if( $this->isAllowed && $isValid && $confirm ) {
95
95
$this->submit();
96
96
} else {
97
97
$this->showSettings();
Status & tagging log
09:36, 26 May 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r49550
[
removed:
new
added:
ok]