Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tburry committed Nov 16, 2019
1 parent 6a55f7c commit efa51ef
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -429,9 +429,9 @@ public function get_edit($id) {
'closed',
'pinned',
'pinLocation',
])->add($this->fullSchema()
), ['DiscussionGetEdit', 'out'])
->addFilter('', [\Vanilla\Formatting\Formats\RichFormat::class, 'editBodyFilter']);
])->add($this->fullSchema()),
['DiscussionGetEdit', 'out']
)->addFilter('', [\Vanilla\Formatting\Formats\RichFormat::class, 'editBodyFilter']);

$row = $this->discussionByID($id);
$row['Url'] = discussionUrl($row);
Expand Down

0 comments on commit efa51ef

Please sign in to comment.