Fix typo in Stomp

Thanks Marcel|HSD
This commit is contained in:
Craig Andrews 2009-08-31 15:49:11 -04:00 committed by Evan Prodromou
parent 84e11e8a17
commit cae1072c0d

View File

@ -454,7 +454,7 @@ class Stomp
*/ */
public function disconnect () public function disconnect ()
{ {
$header = array(); $headers = array();
if ($this->clientId != null) { if ($this->clientId != null) {
$headers["client-id"] = $this->clientId; $headers["client-id"] = $this->clientId;