mohamedsaeed27 / xmpphp

Automatically exported from code.google.com/p/xmpphp
0 stars 0 forks source link

XMLStream Typo #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
public function isDisconnected() {
    return $this->connected;
}

Should be: 

public function isDisconnected() {
    return $this->disconnected;
}

Original issue reported on code.google.com by avenja...@gmail.com on 17 Jul 2008 at 12:08

GoogleCodeExporter commented 8 years ago
fixed in SVN and next release shortly.

Original comment by nathanfr...@gmail.com on 18 Jul 2008 at 5:49