mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 14:24:41 +02:00
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…
x
Reference in New Issue
Block a user