diff --git a/componentbuilderprivacytabs.xml b/componentbuilderprivacytabs.xml index bd5b2f9..db4f8ab 100644 --- a/componentbuilderprivacytabs.xml +++ b/componentbuilderprivacytabs.xml @@ -1,7 +1,7 @@ PLG_CONTENT_COMPONENTBUILDERPRIVACYTABS - 7th November, 2024 + 16th December, 2024 Llewellyn van der Merwe joomla@vdm.io https://dev.vdm.io diff --git a/fields/joomlaplugins.php b/fields/joomlaplugins.php index eafb5d2..2efa955 100644 --- a/fields/joomlaplugins.php +++ b/fields/joomlaplugins.php @@ -15,6 +15,7 @@ defined('_JEXEC') or die('Restricted access'); use Joomla\CMS\Factory; use Joomla\CMS\Language\Text; use Joomla\CMS\HTML\HTMLHelper as Html; +use Joomla\CMS\Uri\Uri; // import the list field type jimport('joomla.form.helper'); @@ -68,7 +69,7 @@ class JFormFieldJoomlaplugins extends JFormFieldList $ref = '&ref=' . $values['view'] . '&refid=' . $values['id']; $refJ = '&ref=' . $values['view'] . '&refid=' . $values['id']; // get the return value. - $_uri = (string) \Joomla\CMS\Uri\Uri::getInstance(); + $_uri = (string) Uri::getInstance(); $_return = urlencode(base64_encode($_uri)); // load return value. $ref .= '&return=' . $_return;