diff --git a/PHPCI/Plugin/Xmpp.php b/PHPCI/Plugin/Xmpp.php index dda88473..994bdc6e 100644 --- a/PHPCI/Plugin/Xmpp.php +++ b/PHPCI/Plugin/Xmpp.php @@ -100,7 +100,7 @@ class XMPP implements \PHPCI\Plugin */ protected function setOptions($options) { - foreach (array('username', 'password', 'alias', 'tls', 'server', 'dateFormat') + foreach (array('username', 'password', 'alias', 'tls', 'server', 'date_format') as $key) { if (array_key_exists($key, $options)) { $this->{$key} = $options[$key];