From: Craig Andrews <candrews@integralblue.com>
Date: Mon, 31 Aug 2009 19:49:11 +0000 (-0400)
Subject: Fix typo in Stomp
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3fd0a9693dc666478b29c85a045be3b084bc37e2;p=quix0rs-gnu-social.git

Fix typo in Stomp

Thanks Marcel|HSD
---

diff --git a/extlib/Stomp.php b/extlib/Stomp.php
index 9e1c97b3b3..abd9cba62b 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;