Skip to content

Commit

Permalink
Remove JText Function on href link
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels Nübel committed May 25, 2018
1 parent 8c80573 commit ded89dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kickgdpr.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public function onBeforeCompileHead()
$js[] = ' "allow": "' . JText::_($allow) . '",';
$js[] = ' "deny": "' . JText::_($deny) . '",';
$js[] = ' "link": "' . JText::_($link) . '",';
$js[] = ' "href": "' . JText::_($href) . '",';
$js[] = ' "href": "' . $href . '",';
$js[] = ' },';
$js[] = ' "cookie": {';
$js[] = ' "expiryDays": ' . (int) $expiryDays;
Expand Down
2 changes: 1 addition & 1 deletion kickgdpr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<license>GNU General Public License version 3 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.kicktemp.com</authorUrl>
<version>2.2.2</version>
<version>2.2.3</version>
<description>PLG_SYSTEM_KICKGDPR_XML_DESCRIPTION</description>
<files>
<folder>language</folder>
Expand Down
4 changes: 2 additions & 2 deletions update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<type>plugin</type>
<folder>system</folder>
<client>0</client>
<version>2.2.2</version>
<version>2.2.3</version>
<infourl title="KickGDPR Plugin">https://github.com/nielsnuebel/kickgdpr/</infourl>
<downloads>
<downloadurl type="upgrade" format="zip">https://github.com/nielsnuebel/kickgdpr/archive/2.2.2.zip</downloadurl>
<downloadurl type="upgrade" format="zip">https://github.com/nielsnuebel/kickgdpr/archive/2.2.3.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
Expand Down

0 comments on commit ded89dd

Please sign in to comment.