Skip to content

Commit

Permalink
Please consider a blank line preceding your comment (joomla#19936)
Browse files Browse the repository at this point in the history
  • Loading branch information
photodude committed Mar 18, 2018
1 parent cf3c98b commit 8bfaca3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/com_finder/views/search/view.feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public function display($tpl = null)
$item->title = $result->title;
$item->link = JRoute::_($result->route);
$item->description = $result->description;

// Use Unix date to cope for non-english languages
$item->date = (int) $result->start_date ? JHtml::_('date', $result->start_date, 'U') : $result->indexdate;

Expand Down

0 comments on commit 8bfaca3

Please sign in to comment.