fixes #1904: Display aliases/implications in artist excerpt, fixes bug with approving alias/implications involving artists
This commit is contained in:
@@ -92,7 +92,7 @@ class ForumPost < ActiveRecord::Base
|
||||
end
|
||||
|
||||
def validate_topic_is_unlocked
|
||||
return if CurrentUser.user.is_moderator?
|
||||
return if CurrentUser.is_moderator?
|
||||
return if topic.nil?
|
||||
|
||||
if topic.is_locked?
|
||||
|
||||
Reference in New Issue
Block a user