Fixed bug from cobravsninja.
This commit is contained in:
parent
5d9e262466
commit
16306cb967
|
@ -194,7 +194,7 @@ class srvinterface {
|
|||
$ast_out = substr($matches[0], 9, -1);
|
||||
return explode(' ', $ast_out);
|
||||
} else {
|
||||
return aray('unknown');
|
||||
return array('unknown');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue