FIX: Corrects typo to avoid error 500 on theme change

This commit is contained in:
David Taylor 2017-04-15 01:21:53 +01:00
parent d12ba0548c
commit 96f2335c09
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ class Guardian
if is_staff?
Theme.theme_keys.include?(theme_key)
else
Theme.theme_user_keys.include?(theme_key)
Theme.user_theme_keys.include?(theme_key)
end
end