Sfoglia il codice sorgente

Fix Healthchecks.io Tag issue? (#1196)

causefx 7 anni fa
parent
commit
b5351556ce
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      api/functions/homepage-connect-functions.php

+ 1 - 1
api/functions/homepage-connect-functions.php

@@ -63,7 +63,7 @@ function homepageConnect($array)
 
 function healthChecksTags($tags)
 {
-	$return = 'tag=';
+	$return = '?tag=';
 	if (!$tags) {
 		return '';
 	} elseif ($tags == '*') {