mod reports: fix exception when reporting forum posts.
This commit is contained in:
@@ -205,7 +205,7 @@ class ForumPost < ApplicationRecord
|
||||
end
|
||||
end
|
||||
|
||||
def dtext_shortlink
|
||||
def dtext_shortlink(**options)
|
||||
"forum ##{id}"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user