fix php notice

git-svn-id: http://www.observium.org/svn/observer/trunk@1368 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong 2010-07-16 00:14:42 +00:00
parent 4deaa409e2
commit b27f7e08c6

View File

@ -123,7 +123,7 @@ if (!isset($called_by_script_server)) {
}
# Split the result up and extract only the desired parts of it.
#$options['items'] = "";
$options['items'] = "";
$wanted = explode(',', $options['items']);
$output = array();
foreach ( explode(' ', $result) as $item ) {