diff --git a/components/com_content/src/View/Category/HtmlView.php b/components/com_content/src/View/Category/HtmlView.php index 52bbecd7acfba..4bc55bd439c23 100644 --- a/components/com_content/src/View/Category/HtmlView.php +++ b/components/com_content/src/View/Category/HtmlView.php @@ -167,10 +167,6 @@ public function display($tpl = null) $this->category->metadata = new Registry($this->category->metadata); } - if (($app->get('MetaAuthor') == '1') && $this->category->get('author', '')) { - $this->getDocument()->setMetaData('author', $this->category->get('author', '')); - } - $mdata = $this->category->metadata->toArray(); foreach ($mdata as $k => $v) {