jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/373034 )

Change subject: Small bug during logging
......................................................................


Small bug during logging

Missing global scope during configuration of logging in scripts, hence there
was no customisation of the tag.

Change-Id: I8a72b4491efccef895c461f00ab48cc62e428185
---
M src/AbstractMediaWikiFarmScript.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/src/AbstractMediaWikiFarmScript.php 
b/src/AbstractMediaWikiFarmScript.php
index 99f6283..bf0e0d6 100644
--- a/src/AbstractMediaWikiFarmScript.php
+++ b/src/AbstractMediaWikiFarmScript.php
@@ -152,7 +152,7 @@
         */
        function load() {
 
-               global $wgMediaWikiFarmConfigDir, $wgMediaWikiFarmCodeDir, 
$wgMediaWikiFarmCacheDir, $IP;
+               global $wgMediaWikiFarmConfigDir, $wgMediaWikiFarmCodeDir, 
$wgMediaWikiFarmCacheDir, $wgMediaWikiFarmSyslog, $IP;
 
                # Default values
                $wgMediaWikiFarmCodeDir = dirname( dirname( dirname( __FILE__ ) 
) );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8a72b4491efccef895c461f00ab48cc62e428185
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MediaWikiFarm
Gerrit-Branch: master
Gerrit-Owner: Seb35 <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Seb35 <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to