Robert Vogel has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/351649 )
Change subject: Add empty default value for wgEditNotifyAlerts
......................................................................
Add empty default value for wgEditNotifyAlerts
Change-Id: I04febdd0dc98d9f35377db84561c1f021da04cfa
(cherry picked from commit 96bd8de09a845f88727bba63e9306701688c04ca)
---
M includes/BlueSpiceEditNotifyConnector.php
1 file changed, 2 insertions(+), 0 deletions(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceEditNotifyConnector
refs/changes/49/351649/1
diff --git a/includes/BlueSpiceEditNotifyConnector.php
b/includes/BlueSpiceEditNotifyConnector.php
index 1f24c03..08d1dc4 100644
--- a/includes/BlueSpiceEditNotifyConnector.php
+++ b/includes/BlueSpiceEditNotifyConnector.php
@@ -35,6 +35,8 @@
global $wgHooks;
$wgHooks[ 'BeforeCreateEchoEvent' ][] =
"BlueSpiceEditNotifyConnector::onBeforeCreateEchoEvent";
};
+ global $wgEditNotifyAlerts;
+ $wgEditNotifyAlerts = [];
}
/**
--
To view, visit https://gerrit.wikimedia.org/r/351649
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I04febdd0dc98d9f35377db84561c1f021da04cfa
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceEditNotifyConnector
Gerrit-Branch: REL1_27
Gerrit-Owner: Robert Vogel <[email protected]>
Gerrit-Reviewer: Ljonka <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits