X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/84a1ecae2787c64a96b104d5738a12073724f531..f0dde6f405cb0564e409d9cf2aaa38ef731f3dea:/src/shpub/Command/Connect.php diff --git a/src/shpub/Command/Connect.php b/src/shpub/Command/Connect.php index 6ac5ed4..b39665b 100644 --- a/src/shpub/Command/Connect.php +++ b/src/shpub/Command/Connect.php @@ -279,7 +279,6 @@ class Command_Connect parse_str($parts['query'], $query); if (isset($query['code']) && isset($query['state']) - && isset($query['me']) ) { fwrite($sock, $responseOk); fclose($sock);