Fixed bug from cobravsninja.

This commit is contained in:
PhantomVl 2018-02-26 20:41:53 +03:00
parent 5d9e262466
commit 16306cb967

View file

@ -194,7 +194,7 @@ class srvinterface {
$ast_out = substr($matches[0], 9, -1);
return explode(' ', $ast_out);
} else {
return aray('unknown');
return array('unknown');
}
}