Explorar el Código

Fix Healthchecks.io Tag issue? (#1196)

causefx hace 7 años
padre
commit
b5351556ce
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 == '*') {