diff --git a/kickgdpr.php b/kickgdpr.php
index 30221c0..60652a1 100644
--- a/kickgdpr.php
+++ b/kickgdpr.php
@@ -174,14 +174,9 @@ public function onBeforeCompileHead()
{
$href = $lang_link->link;
$link_url = $lang_link->link_url;
- $target = $lang_link->link_url_target;
+ $target = (isset($lang_link->link_url_target) && $lang_link->link_url_target != "")? $lang_link->link_url_target : '_blank';
$href = (isset($href) && '' != $href) ? JRoute::_("index.php?Itemid={$href}") : false;
$href = (isset($link_url) && '' != $link_url && !$href) ? $link_url : $href;
-
- if ($target == "")
- {
- $target = '_blank';
- }
}
}
}
diff --git a/kickgdpr.xml b/kickgdpr.xml
index 34bdd04..e8ed886 100644
--- a/kickgdpr.xml
+++ b/kickgdpr.xml
@@ -7,7 +7,7 @@
GNU General Public License version 3 or later; see LICENSE.txt
info@kicktemp.com
www.kicktemp.com
- 2.3.0
+ 2.3.1
PLG_SYSTEM_KICKGDPR_XML_DESCRIPTION
language
diff --git a/update.xml b/update.xml
index de7303e..b6fff77 100644
--- a/update.xml
+++ b/update.xml
@@ -1,5 +1,30 @@
+
+ 2.3.1
+ System - KickGDPR
+ KickGDPR Plugin
+ kickgdpr
+ plugin
+ system
+ 0
+ https://github.com/nielsnuebel/kickgdpr/
+
+
+ https://github.com/nielsnuebel/kickgdpr/archive/2.3.1.zip
+
+
+
+ stable
+
+
+
+ Niels NĂ¼bel / Stefan Wendhausen
+ https://www.kicktemp.com
+
+ 7.0.0
+
+
2.3.0
System - KickGDPR