mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
MonitoredObject: Fix incorrect line indentation in method fetchCustomvars
This commit is contained in:
parent
5c2711872a
commit
c57a636290
@ -446,7 +446,7 @@ abstract class MonitoredObject implements Filterable
|
||||
}
|
||||
|
||||
$blacklist = array();
|
||||
$blacklistPattern = '';
|
||||
$blacklistPattern = '';
|
||||
|
||||
if (($blacklistConfig = Config::module('monitoring')->get('security', 'protected_customvars', '')) !== '') {
|
||||
foreach (explode(',', $blacklistConfig) as $customvar) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user