jenkins-bot has submitted this change and it was merged.

Change subject: fix for right bs path
......................................................................


fix for right bs path

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

Approvals:
  Robert Vogel: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Flexiskin/Flexiskin.class.php b/Flexiskin/Flexiskin.class.php
index 898fc01..9096dd5 100644
--- a/Flexiskin/Flexiskin.class.php
+++ b/Flexiskin/Flexiskin.class.php
@@ -85,7 +85,7 @@
                if (self::getVal('flexiskin') || 
BsConfig::get('MW::Flexiskin::Active') != '') {
                        $sId = self::getVal('flexiskin') != '' ? 
self::getVal('flexiskin') : BsConfig::get('MW::Flexiskin::Active');
                        if ($sId != "default")
-                               $wgOut->addHeadItem('flexiskin', "<link 
rel='stylesheet' href='" . $wgUploadPath . "/bluespice/flexiskin/" . $sId . 
"/style" . (self::getVal('preview', '') != "" ? '.tmp' : '') . ".css'>");
+                               $wgOut->addHeadItem( 'flexiskin', "<link 
rel='stylesheet' href='" . BsFileSystemHelper::getDataPath( 'flexiskin' ) . DS 
. $sId . "/style" . (self::getVal( 'preview', '' ) != "" ? '.tmp' : '') . 
".css'>" );
                }
                $this->mCore->registerPermission( 'flexiskinedit', array(), 
array( 'type' => 'global' ) );
                wfProfileOut('BS::' . __METHOD__);

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If0e7524bd6d3fddab8e41912c4e493767dbcbe93
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: REL1_23
Gerrit-Owner: Tweichart <weich...@hallowelt.biz>
Gerrit-Reviewer: Mglaser <gla...@hallowelt.biz>
Gerrit-Reviewer: Pwirth <wi...@hallowelt.biz>
Gerrit-Reviewer: Robert Vogel <vo...@hallowelt.biz>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to