Smuggli has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/178861

Change subject: Changed version of BlueSpice
......................................................................

Changed version of BlueSpice

Change-Id: Ie3fef2db888939f8f2f21ce76ed2f331d8456e8c
---
M UniversalExport/UniversalExport.class.php
1 file changed, 3 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceExtensions 
refs/changes/61/178861/1

diff --git a/UniversalExport/UniversalExport.class.php 
b/UniversalExport/UniversalExport.class.php
index 9805ac9..4fd803f 100644
--- a/UniversalExport/UniversalExport.class.php
+++ b/UniversalExport/UniversalExport.class.php
@@ -112,12 +112,13 @@
                $this->setHook( 'BSInsertMagicAjaxGetData', 
'onBSInsertMagicAjaxGetData' );
                $this->setHook( 'BeforePageDisplay' );
 
+               global $wgBlueSpiceExtInfo;
                //Configuration variables
                $aMetadataDefaults = array(
-                       'creator'  => 'Hallo Welt! Medienwerkstatt GmbH',
+                       'creator' => 'Hallo Welt! Medienwerkstatt GmbH',
                );
                $aMetadataOverrides = array(
-                       'producer' => 'UniversalExport 2.22 (BlueSpice for 
MediaWiki)'
+                       'producer' => 'UniversalExport 
'.$wgBlueSpiceExtInfo['version'].' (BlueSpice for MediaWiki)'
                );
 
                BsConfig::registerVar( 
'MW::UniversalExport::CategoryWhitelist', $this->aCategoryWhitelist,  
BsConfig::LEVEL_PRIVATE|BsConfig::TYPE_ARRAY_STRING );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie3fef2db888939f8f2f21ce76ed2f331d8456e8c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: master
Gerrit-Owner: Smuggli <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to