diff --git a/components/com_contact/views/contact/view.html.php b/components/com_contact/views/contact/view.html.php index b65efcf573a94..6a5ea5e0a86fb 100644 --- a/components/com_contact/views/contact/view.html.php +++ b/components/com_contact/views/contact/view.html.php @@ -332,7 +332,7 @@ public function display($tpl = null) $this->pageclass_sfx = htmlspecialchars($item->params->get('pageclass_sfx')); $this->contact = &$item; - $this->params = &$params; + $this->params = &$item->params; $this->return = &$return; $this->state = &$state; $this->item = &$item;