We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03699b8 commit 099c733Copy full SHA for 099c733
plugin.rb
@@ -47,7 +47,7 @@ module ::CommunityCustomFields
47
end
48
49
on(:post_created) do |post, _opts, user|
50
- next unless post.archetype == 'regular' && post.post_type == 1 && user.id > 0
+ next unless post.archetype == "regular" && post.post_type == 1 && user.id > 0
51
52
topic = post.topic
53
0 commit comments