Robert Vogel has submitted this change and it was merged. ( 
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(-)

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



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: merged
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]>
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