mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-02-11 15:14:53 -05:00
Wiki: Fix API typo
This commit is contained in:
@@ -262,7 +262,7 @@ class WikiApiController(WikiController):
|
||||
page.remove_editor(c.username)
|
||||
else:
|
||||
if not user:
|
||||
self.handle_error(404, 'UNKOWN_USER')
|
||||
self.handle_error(404, 'UNKNOWN_USER')
|
||||
page.add_editor(user.name)
|
||||
return json.dumps({})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user