Pb de variable quand on ajoute un domaine en .eu

This commit is contained in:
Alan Garcia 2014-10-28 08:08:07 +00:00
parent 281edf671d
commit 923dd0989c
1 changed files with 1 additions and 1 deletions

View File

@ -996,7 +996,7 @@ class m_dom {
$ligne = preg_replace("/^ *([^ ]*) \(.*\)$/", "\\1", trim($ligne));
if ($found)
$tmp = trim($ligne);
if ($tmp)
if (isset($tmp) && $tmp)
$serveurList[] = $tmp;
if ($ligne == "Nameservers:") {
$state = 1;