diff --git a/src/classes/Pollers/Server.php b/src/classes/Pollers/Server.php index 6773d31..99d4977 100644 --- a/src/classes/Pollers/Server.php +++ b/src/classes/Pollers/Server.php @@ -173,7 +173,9 @@ class Server ); //Add the admin to the directory - $this->profilePollQueueModel->add($probe_result['data']['admin']['profile']); + if (!empty($probe_result['data']['admin']['profile'])) { + $this->profilePollQueueModel->add($probe_result['data']['admin']['profile']); + } } if ($server) {