Skip to content

Commit

Permalink
FIX: Incorrect PLUGIN_NAME (#78)
Browse files Browse the repository at this point in the history
This resulted in `Required plugin 'discourse_user_notes' not found` warnings in logs
  • Loading branch information
CvX committed May 12, 2023
1 parent 25c412d commit 5700be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
require_dependency "user"

module ::DiscourseUserNotes
PLUGIN_NAME = "discourse_user_notes"
PLUGIN_NAME = "discourse-user-notes"
COUNT_FIELD = "user_notes_count"

class Engine < ::Rails::Engine
Expand Down

0 comments on commit 5700be0

Please sign in to comment.