Paladox has uploaded a new change for review.
https://gerrit.wikimedia.org/r/279756
Change subject: Test
......................................................................
Test
Change-Id: Ic8fa743c7229b9599271ffbcb74e3dec52f985fd
---
M Hooks.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo
refs/changes/56/279756/1
diff --git a/Hooks.php b/Hooks.php
index da17390..74f5e79 100644
--- a/Hooks.php
+++ b/Hooks.php
@@ -19,7 +19,7 @@
$wgEchoConfig;
// allow extensions to define their own event
- Hooks::run( 'BeforeCreateEchoEvent', array(
&$wgEchoNotifications, &$wgEchoNotificationCategories,
&$wgEchoNotificationIcons ) );
+ Hooks::run( 'BeforeCreateEchoEvent', array(
$wgEchoNotifications, $wgEchoNotificationCategories, $wgEchoNotificationIcons )
);
// turn schema off if eventLogging is not enabled
if ( !class_exists( 'EventLogging' ) ) {
--
To view, visit https://gerrit.wikimedia.org/r/279756
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic8fa743c7229b9599271ffbcb74e3dec52f985fd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits