monitoring: Fix missing parameter initialization in MonitoredObject::parseAttributeUrls()
This commit is contained in:
parent
54a45ff338
commit
6a684a97df
|
@ -550,6 +550,7 @@ abstract class MonitoredObject implements Filterable
|
|||
if (empty($urlString)) {
|
||||
return array();
|
||||
}
|
||||
$links = array();
|
||||
if (strpos($urlString, "' ") === false) {
|
||||
$links[] = $urlString;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue