Skip to content

Commit

Permalink
forgot init value
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshinsei committed Apr 26, 2011
1 parent 28ad058 commit f9159c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2/r2/lib/pages/things.py
Expand Up @@ -33,7 +33,7 @@
class PrintableButtons(Styled):
def __init__(self, style, thing,
show_delete = False, show_report = True,
show_distinguish = False, show_marknsfw,
show_distinguish = False, show_marknsfw = True,
show_unmarknsfw = False, show_indict = False, is_link=False, **kw):
show_ignore = (thing.show_reports or
(thing.reveal_trial_info and not thing.show_spam))
Expand Down

0 comments on commit f9159c2

Please sign in to comment.