diff --git a/app/main/lib/socket.php b/app/main/lib/socket.php index 035b2d68..25d9030e 100644 --- a/app/main/lib/socket.php +++ b/app/main/lib/socket.php @@ -104,7 +104,10 @@ class Socket { $this->initSocket(); - if( !$this->socket ){ + if( + !$this->socket || + !$this->socketUri + ){ // Socket not active (e.g. URI missing) return $response; }