summaryrefslogtreecommitdiff
path: root/extlib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-08-27 08:44:30 -0400
committerEvan Prodromou <evan@prodromou.name>2008-08-27 08:44:30 -0400
commit44c1863f0e1039ebb27b8c0ab21af929d49e690b (patch)
tree5661f1989b73bb0c238720035fc1f6a080c16153 /extlib
parentb1ff7d7a2bb21a0ca345c828335f32b3c44407fb (diff)
import upstream XMPPHP with @ciarang's fix
darcs-hash:20080827124430-84dde-654751781702f5518153a01aa3dae4a8580b7f35.gz
Diffstat (limited to 'extlib')
-rw-r--r--extlib/XMPPHP/XMLStream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/extlib/XMPPHP/XMLStream.php b/extlib/XMPPHP/XMLStream.php
index 6f4ca6743..4de23ef7f 100644
--- a/extlib/XMPPHP/XMLStream.php
+++ b/extlib/XMPPHP/XMLStream.php
@@ -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);
}
/**