Procházet zdrojové kódy

Fix Healthchecks.io Tag issue? (#1196)

causefx před 6 roky
rodič
revize
b5351556ce
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)
 function healthChecksTags($tags)
 {
 {
-	$return = 'tag=';
+	$return = '?tag=';
 	if (!$tags) {
 	if (!$tags) {
 		return '';
 		return '';
 	} elseif ($tags == '*') {
 	} elseif ($tags == '*') {