* fixed bug #29
git-svn-id: svn://netflint.net/xmpphp@52 ef36c318-a008-4979-b6e8-6b496270793b
This commit is contained in:
parent
f7bb8d8f76
commit
1c9fe127e6
@ -242,7 +242,7 @@ class XMPPHP_XMLStream {
|
|||||||
* @param string $obj
|
* @param string $obj
|
||||||
*/
|
*/
|
||||||
public function addEventHandler($name, $pointer, $obj) {
|
public function addEventHandler($name, $pointer, $obj) {
|
||||||
$this->eventhanders[] = array($name, $pointer, $obj);
|
$this->eventhandlers[] = array($name, $pointer, $obj);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user