diff --git a/htdocs/admin/oauth.php b/htdocs/admin/oauth.php index 45a51c89060..bb7fabd1963 100644 --- a/htdocs/admin/oauth.php +++ b/htdocs/admin/oauth.php @@ -167,7 +167,6 @@ $i = 0; // Define $listinsetup foreach ($conf->global as $key => $val) { if (!empty($val) && preg_match('/^OAUTH_.*_ID$/', $key)) { - print ''; $provider = preg_replace('/_ID$/', '', $key); $listinsetup[] = array( $provider.'_NAME',