diff --git a/components/com_finder/tmpl/search/default_result.php b/components/com_finder/tmpl/search/default_result.php index 5d70bfe7c45..3740d2aaa80 100644 --- a/components/com_finder/tmpl/search/default_result.php +++ b/components/com_finder/tmpl/search/default_result.php @@ -72,10 +72,10 @@ if ($this->params->get('show_url', 1)) {
params->get('link_image') && $this->result->route) : ?> - result->imageUrl, $this->result->imageAlt, $extraAttr); ?> + result->imageUrl, $this->result->imageAlt, $extraAttr, false, -1); ?> - result->imageUrl, $this->result->imageAlt, $extraAttr); ?> + result->imageUrl, $this->result->imageAlt, $extraAttr, false, -1); ?>