]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix typo in Stomp
authorCraig Andrews <candrews@integralblue.com>
Mon, 31 Aug 2009 19:49:11 +0000 (15:49 -0400)
committerCraig Andrews <candrews@integralblue.com>
Mon, 31 Aug 2009 19:49:11 +0000 (15:49 -0400)
Thanks Marcel|HSD

extlib/Stomp.php

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