mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix php notice
git-svn-id: http://www.observium.org/svn/observer/trunk@1368 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -123,7 +123,7 @@ if (!isset($called_by_script_server)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Split the result up and extract only the desired parts of it.
|
# Split the result up and extract only the desired parts of it.
|
||||||
#$options['items'] = "";
|
$options['items'] = "";
|
||||||
$wanted = explode(',', $options['items']);
|
$wanted = explode(',', $options['items']);
|
||||||
$output = array();
|
$output = array();
|
||||||
foreach ( explode(' ', $result) as $item ) {
|
foreach ( explode(' ', $result) as $item ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user