From: Aaron Schulz Date: Wed, 10 Feb 2016 03:11:35 +0000 (-0800) Subject: Fix EventRelayerGroup constructor X-Git-Tag: 1.31.0-rc.0~8034 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=commitdiff_plain;h=290ca86a9ccdb4b316cb38b73ca12f9e7a9a8107;p=lhc%2Fweb%2Fwiklou.git Fix EventRelayerGroup constructor Bug: T126371 Change-Id: Iaffb3854f1ab7b03ce24563054bd1ba5f55bbf2c --- diff --git a/includes/EventRelayerGroup.php b/includes/EventRelayerGroup.php index 45e9be91e9..3af756dccb 100644 --- a/includes/EventRelayerGroup.php +++ b/includes/EventRelayerGroup.php @@ -18,7 +18,7 @@ class EventRelayerGroup { /** * @param Config $config */ - protected function __constuct( Config $config ) { + protected function __construct( Config $config ) { $this->configByChannel = $config->get( 'EventRelayerConfig' ); }