summaryrefslogtreecommitdiff
path: root/extlib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-09-02 13:22:56 -0400
committerEvan Prodromou <evan@prodromou.name>2008-09-02 13:22:56 -0400
commit0efea73b1206b0cd14b4aed58b98c6a4aaac7e61 (patch)
treebce315ce143ed4e300af5ef6b495cfef947379d7 /extlib
parent307b9527e6ed344c519a3f20ab6357bc9160e142 (diff)
reconnect timeout
darcs-hash:20080902172256-84dde-fa354cc9cb21361074553ad099827fdff84e8048.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 3916abea2..04877fda4 100644
--- a/extlib/XMPPHP/XMLStream.php
+++ b/extlib/XMPPHP/XMLStream.php
@@ -304,7 +304,7 @@ class XMPPHP_XMLStream {
}
public function setReconnectTimeout($timeout) {
- $this->reconnect = $timeout;
+ $this->reconnectTimeout = $timeout;
}
/**