* fixed bug #29

git-svn-id: svn://netflint.net/xmpphp@52 ef36c318-a008-4979-b6e8-6b496270793b
This commit is contained in:
fritzy 2008-08-26 20:20:43 +00:00
parent f7bb8d8f76
commit 1c9fe127e6

View File

@ -242,7 +242,7 @@ class XMPPHP_XMLStream {
* @param string $obj
*/
public function addEventHandler($name, $pointer, $obj) {
$this->eventhanders[] = array($name, $pointer, $obj);
$this->eventhandlers[] = array($name, $pointer, $obj);
}
/**