Fix typo in Stomp

Thanks Marcel|HSD
This commit is contained in:
Craig Andrews 2009-08-31 15:49:11 -04:00
parent 951a787877
commit 3fd0a9693d
1 changed files with 1 additions and 1 deletions

View File

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