diff --git a/components/com_fabrik/views/form/view.html.php b/components/com_fabrik/views/form/view.html.php index faf4962b7bd..7bda35a4084 100644 --- a/components/com_fabrik/views/form/view.html.php +++ b/components/com_fabrik/views/form/view.html.php @@ -104,7 +104,7 @@ public function getCanonicalLink() $slug = $model->getListModel()->getSlug(ArrayHelper::toObject($data)); $rowId = $slug === '' ? $model->getRowId() : $slug; $view = $model->isEditable() ? 'form' : 'details'; - $url = JRoute::_('index.php?option=com_' . $this->package . '&view=' . $view . '&formid=' . $formId . '&rowid=' . $rowId); + $url = JRoute::_('index.php?option=com_' . $this->package . '&view=' . $view . '&formid=' . $formId . '&rowid=' . $rowId, true, -1); } return $url;