mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-25 14:58:27 -05:00
Subreddit: Do not show wiki tab on fake subreddits
This commit is contained in:
@@ -421,7 +421,7 @@ class Reddit(Templated):
|
||||
mod = False
|
||||
if c.user_is_loggedin:
|
||||
mod = bool(c.user_is_admin or c.site.is_moderator(c.user))
|
||||
if c.site.wikimode != 'disabled' or mod:
|
||||
if c.site._should_wiki and (c.site.wikimode != 'disabled' or mod):
|
||||
if not g.wiki_disabled:
|
||||
main_buttons.append(NavButton('wiki', 'wiki'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user