diff --git a/components/com_fabrik/views/form/view.html.php b/components/com_fabrik/views/form/view.html.php index 28ce6977a82..26207c5cb17 100644 --- a/components/com_fabrik/views/form/view.html.php +++ b/components/com_fabrik/views/form/view.html.php @@ -120,7 +120,7 @@ public function setCanonicalLink() { if (!$this->app->isAdmin() && !$this->isMambot) { - $url = $this->getCanonicalLink(); + $url = JUri::root() . trim( JRoute::_($this->getCanonicalLink()), '/' ); // Set a flag so that the system plugin can clear out any other canonical links. $this->session->set('fabrik.clearCanonical', true);