mod reports: fix exception when reporting forum posts.

This commit is contained in:
evazion
2020-03-12 21:23:57 -05:00
parent 258f4a8b95
commit 3dbdce3ae3
2 changed files with 12 additions and 3 deletions

View File

@@ -205,7 +205,7 @@ class ForumPost < ApplicationRecord
end
end
def dtext_shortlink
def dtext_shortlink(**options)
"forum ##{id}"
end