inc/integrations/Integrations.php
@@ -1626,10 +1626,7 @@ $params = $this->addOAuthParams($params); } $auth_url = $this->oauth['authorize'] . '?' . http_build_query($params); return $auth_url; return $this->oauth['authorize'] . '?' . http_build_query($params); } /**