Skip to content

Commit 32e23ba

Browse files
committed
remove copy paste error
1 parent 528624a commit 32e23ba

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

components/com_finder/views/search/view.html.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -291,11 +291,6 @@ protected function prepareDocument($query)
291291
$this->document->setMetadata('robots', $this->params->get('robots'));
292292
}
293293

294-
if ($app->get('MetaAuthor') == '1')
295-
{
296-
$author = $this->item->created_by_alias ?: $this->item->author;
297-
$this->document->setMetaData('author', $author);
298-
}
299294
// Add feed link to the document head.
300295
if ($this->params->get('show_feed_link', 1) == 1)
301296
{

0 commit comments

Comments
 (0)