suppress warnings (Feature Request 3440639)

This commit is contained in:
sparc 2012-03-29 10:27:23 +00:00
parent 9e3d6a4ba3
commit 0a3877e60d
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class lacnic_handler
if (!empty($r['network']['aut-num']))
$r['network']['handle'] = $r['network']['aut-num'];
if (is_array($r['network']['nserver']))
if (isset($r['network']['nserver']))
$r['network']['nserver'] = array_unique($r['network']['nserver']);
$r = array( 'regrinfo' => $r );