summaryrefslogtreecommitdiff
path: root/extlib
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-08-31 15:49:11 -0400
committerCraig Andrews <candrews@integralblue.com>2009-08-31 15:49:11 -0400
commit3fd0a9693dc666478b29c85a045be3b084bc37e2 (patch)
tree6dc1c8839632df0e86a75e9d3d09269c544b3282 /extlib
parent951a787877f450fc7f225cba4331f0763b71dbc2 (diff)
Fix typo in Stomp
Thanks Marcel|HSD
Diffstat (limited to 'extlib')
-rw-r--r--extlib/Stomp.php2
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;