mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: :fired: @eviltrout
This commit is contained in:
parent
15ea0c4789
commit
e361916138
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class NewPostManager
|
|||
end
|
||||
|
||||
def self.default_handler(manager)
|
||||
manager.enqueue('default') if user_needs_approval(manager.user)
|
||||
manager.enqueue('default') if user_needs_approval?(manager.user)
|
||||
end
|
||||
|
||||
def self.queue_enabled?
|
||||
|
|
Loading…
Reference in a new issue