diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-09-02 13:22:56 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-09-02 13:22:56 -0400 |
commit | 0efea73b1206b0cd14b4aed58b98c6a4aaac7e61 (patch) | |
tree | bce315ce143ed4e300af5ef6b495cfef947379d7 /extlib/XMPPHP | |
parent | 307b9527e6ed344c519a3f20ab6357bc9160e142 (diff) |
reconnect timeout
darcs-hash:20080902172256-84dde-fa354cc9cb21361074553ad099827fdff84e8048.gz
Diffstat (limited to 'extlib/XMPPHP')
-rw-r--r-- | extlib/XMPPHP/XMLStream.php | 2 |
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; } /** |