forked from GNUsocial/gnu-social
Fix typo in Stomp
Thanks Marcel|HSD
This commit is contained in:
parent
84e11e8a17
commit
cae1072c0d
@ -454,7 +454,7 @@ class Stomp
|
|||||||
*/
|
*/
|
||||||
public function disconnect ()
|
public function disconnect ()
|
||||||
{
|
{
|
||||||
$header = array();
|
$headers = array();
|
||||||
|
|
||||||
if ($this->clientId != null) {
|
if ($this->clientId != null) {
|
||||||
$headers["client-id"] = $this->clientId;
|
$headers["client-id"] = $this->clientId;
|
||||||
|
Loading…
Reference in New Issue
Block a user