Skip to content

Commit 2515e28

Browse files
committed
Fix: Notice $servers fixed.
1 parent 4475e95 commit 2515e28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Cleantalk.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,8 @@ private function get_servers_ip($host)
491491
if (!isset($host))
492492
return null;
493493

494+
$servers = array();
495+
494496
// Get DNS records about URL
495497
if (function_exists('dns_get_record')) {
496498
$records = dns_get_record($host, DNS_A);

0 commit comments

Comments
 (0)