mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +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)) {
|
if (empty($urlString)) {
|
||||||
return array();
|
return array();
|
||||||
}
|
}
|
||||||
|
$links = array();
|
||||||
if (strpos($urlString, "' ") === false) {
|
if (strpos($urlString, "' ") === false) {
|
||||||
$links[] = $urlString;
|
$links[] = $urlString;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user