Update srvinterface.class.php
"return array" should be used instead of "return aray"
This commit is contained in:
parent
5d9e262466
commit
9b805c7a2d
|
@ -194,7 +194,7 @@ class srvinterface {
|
||||||
$ast_out = substr($matches[0], 9, -1);
|
$ast_out = substr($matches[0], 9, -1);
|
||||||
return explode(' ', $ast_out);
|
return explode(' ', $ast_out);
|
||||||
} else {
|
} else {
|
||||||
return aray('unknown');
|
return array('unknown');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue