From 3f5da874856c3cc83d21c005b9acbd1f8fd12726 Mon Sep 17 00:00:00 2001 From: hauke Date: Thu, 24 Dec 2015 08:15:22 +0100 Subject: [PATCH] fix: function_exists checked for wrong function name --- include/site-health.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/site-health.php b/include/site-health.php index 7f9d03b5..c9ed4f92 100644 --- a/include/site-health.php +++ b/include/site-health.php @@ -91,7 +91,7 @@ function parse_site_from_url($url) //Performs a ping to the given site ID //You may need to notice the site first before you know it's ID. -if(! function_exists('run_site_ping')){ +if(! function_exists('run_site_probe')){ function run_site_probe($id, &$entry_out) {