Robert Vogel has submitted this change and it was merged.
Change subject: Removed a hardcoded path for the BlueSpice config files
......................................................................
Removed a hardcoded path for the BlueSpice config files
Change-Id: I00a3b21811b4e746fab8c59d4679d4552baa7fbf
---
M includes/CoreHooks.php
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Robert Vogel: Verified; Looks good to me, approved
jenkins-bot: Checked
diff --git a/includes/CoreHooks.php b/includes/CoreHooks.php
index 04069bd..a8467b9 100644
--- a/includes/CoreHooks.php
+++ b/includes/CoreHooks.php
@@ -11,7 +11,7 @@
$wgExtraNamespaces, $wgContentNamespaces,
$wgNamespacesWithSubpages, $wgNamespacesToBeSearchedDefault,
$wgLocalisationCacheConf, $wgAutoloadLocalClasses,
$wgFlaggedRevsNamespaces, $wgNamespaceAliases, $wgVersion;
- $sConfigPath = BSROOTDIR . DS . 'config';
+ $sConfigPath = BSCONFIGDIR;
$aConfigFiles = array(
'nm-settings.php',
'gm-settings.php',
@@ -598,4 +598,4 @@
'content' => $oProfilePageSettingsView
);
}
-}
\ No newline at end of file
+}
--
To view, visit https://gerrit.wikimedia.org/r/188988
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I00a3b21811b4e746fab8c59d4679d4552baa7fbf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation
Gerrit-Branch: REL1_23
Gerrit-Owner: Lilu <[email protected]>
Gerrit-Reviewer: Jgoettlich <[email protected]>
Gerrit-Reviewer: Lilu <[email protected]>
Gerrit-Reviewer: Mglaser <[email protected]>
Gerrit-Reviewer: Pigpen <[email protected]>
Gerrit-Reviewer: Pwirth <[email protected]>
Gerrit-Reviewer: Robert Vogel <[email protected]>
Gerrit-Reviewer: Tr4nt0r <[email protected]>
Gerrit-Reviewer: Tweichart <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits