Skip to content

Commit

Permalink
Fixing small naming error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjay29 committed Jan 30, 2019
1 parent 250046c commit 688de4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/dist/forum.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/dist/forum.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/src/forum/addSummaryExcerpt.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { truncate } from 'flarum/utils/string';

export default function addSummaryExcerpt() {
extend(DiscussionList.prototype, 'requestParams', function(params) {
params.include.push('startPost');
params.include.push('firstPost');
});

extend(DiscussionListItem.prototype, 'infoItems', function(items) {
Expand Down

0 comments on commit 688de4c

Please sign in to comment.