Skip to content

Commit

Permalink
remove copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Jun 15, 2018
1 parent 528624a commit 32e23ba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions components/com_finder/views/search/view.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,11 +291,6 @@ protected function prepareDocument($query)
$this->document->setMetadata('robots', $this->params->get('robots'));
}

if ($app->get('MetaAuthor') == '1')
{
$author = $this->item->created_by_alias ?: $this->item->author;
$this->document->setMetaData('author', $author);
}
// Add feed link to the document head.
if ($this->params->get('show_feed_link', 1) == 1)
{
Expand Down

0 comments on commit 32e23ba

Please sign in to comment.