Smuggli has submitted this change and it was merged.

Change subject: UEModulePDF: Encoding issue in link
......................................................................


UEModulePDF: Encoding issue in link

Fixed a double encoding bug

Change-Id: If58b4fd639cbde544bdbd9b6b4a4f1a1c07601e5
---
M UEModulePDF/UEModulePDF.class.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Smuggli: Verified; Looks good to me, approved



diff --git a/UEModulePDF/UEModulePDF.class.php 
b/UEModulePDF/UEModulePDF.class.php
index df99151..379c21e 100644
--- a/UEModulePDF/UEModulePDF.class.php
+++ b/UEModulePDF/UEModulePDF.class.php
@@ -215,7 +215,7 @@
                $aCurrentQueryParams['ue[module]'] = 'pdf';
                $aContentActions = array(
                        'id' => 'bs-ta-uemodulepdf',
-                       'href' => htmlspecialchars( $oSpecialPage->getLinkUrl( 
$aCurrentQueryParams ) ),
+                       'href' => $oSpecialPage->getLinkUrl( 
$aCurrentQueryParams ),
                        'title' => wfMessage( 
'bs-uemodulepdf-widgetlink-single-no-attachments-title' )->text(),
                        'text' => 
wfMessage('bs-uemodulepdf-widgetlink-single-no-attachments-text')->text(),
                        'class' => 'icon-file-pdf'

-- 
To view, visit https://gerrit.wikimedia.org/r/148350
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If58b4fd639cbde544bdbd9b6b4a4f1a1c07601e5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: master
Gerrit-Owner: Robert Vogel <vo...@hallowelt.biz>
Gerrit-Reviewer: Mglaser <gla...@hallowelt.biz>
Gerrit-Reviewer: Pigpen <reym...@hallowelt.biz>
Gerrit-Reviewer: Smuggli <mug...@hallowelt.biz>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to