diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-08-31 15:49:11 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-08-31 15:49:11 -0400 |
commit | 3fd0a9693dc666478b29c85a045be3b084bc37e2 (patch) | |
tree | 6dc1c8839632df0e86a75e9d3d09269c544b3282 /extlib/Stomp.php | |
parent | 951a787877f450fc7f225cba4331f0763b71dbc2 (diff) |
Fix typo in Stomp
Thanks Marcel|HSD
Diffstat (limited to 'extlib/Stomp.php')
-rw-r--r-- | extlib/Stomp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extlib/Stomp.php b/extlib/Stomp.php index 9e1c97b3b..abd9cba62 100644 --- a/extlib/Stomp.php +++ b/extlib/Stomp.php @@ -454,7 +454,7 @@ class Stomp */ public function disconnect () { - $header = array(); + $headers = array(); if ($this->clientId != null) { $headers["client-id"] = $this->clientId; |