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
(cherry picked from commit 1c92810b36f77ed7a87f7e6435b384b806d01a07)
---
M includes/CoreHooks.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Robert Vogel: Verified; Looks good to me, approved



diff --git a/includes/CoreHooks.php b/includes/CoreHooks.php
index a2e41d8..21b78cd 100755
--- 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/189436
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: master
Gerrit-Owner: Robert Vogel <[email protected]>
Gerrit-Reviewer: Lilu <[email protected]>
Gerrit-Reviewer: Robert Vogel <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to