Browse Source

Corrected a couple of bugs.

pull/5/head
Etenil 15 years ago
parent
commit
22b9b2fbc3
  1. 2
      lib/EventHandler.php
  2. 2
      lib/XMPPConnect.php
  3. 2
      lib/widgets/Chat.php

2
lib/Event_handler.php → lib/EventHandler.php

@ -1,6 +1,6 @@
<?php
class Event_handler
class EventHandler
{
private $widgets = NULL;
private $conf;

2
lib/XMPPConnect.php

@ -134,7 +134,7 @@ class XMPPConnect
}
if($html != '') {
$evt = new Event_handler();
$evt = new EventHandler();
$evt->runEvent('incomechat', $html);
}
}

2
lib/widgets/Chat.php

@ -43,4 +43,4 @@ class Chat extends Widget
}
}
p?>
?>
Loading…
Cancel
Save