Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php |
— | — | @@ -55,7 +55,7 @@ |
56 | 56 | # perhaps treat flagged pages as "done", |
57 | 57 | # or just be too damn lazy to always click "current". |
58 | 58 | # We may just want non-user visitors to see reviewed pages by default. |
59 | | -$wgFlaggedRevsAnonOnly = false; |
| 59 | +$wgFlaggedRevsAnonOnly = true; |
60 | 60 | # Can users make comments that will show up below flagged revisions? |
61 | 61 | $wgFlaggedRevComments = true; |
62 | 62 | # How long to cache stable versions? (seconds) |