@ -1,6 +1,6 @@
<?php
class Event_handler
class EventHandler
{
private $widgets = NULL;
private $conf;
@ -134,7 +134,7 @@ class XMPPConnect
}
if($html != '') {
$evt = new Event_handler();
$evt = new EventHandler();
$evt->runEvent('incomechat', $html);
@ -43,4 +43,4 @@ class Chat extends Widget
p?>
?>