]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - extlib/Stomp.php
Merge branch '0.8.x' into 0.9.x
[quix0rs-gnu-social.git] / 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;