Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 4f24311

Browse files
authored
FIX: An incorrect getter invocation in 0d1045e (#596)
1 parent 0d1045e commit 4f24311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/discourse/initializers/extend-for-assigns.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ function initialize(api) {
420420
return I18n.t("notification_reason.user");
421421
}
422422

423-
return super.reasonText(...arguments);
423+
return super.reasonText;
424424
}
425425
}
426426
);

0 commit comments

Comments
 (0)