fix: function_exists checked for wrong function name
This commit is contained in:
parent
735ca9d6fa
commit
3f5da87485
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue