mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-25 00:32:16 +02:00
array_walk does not work like that, apparently input is trimmed later on
This commit is contained in:
@@ -119,7 +119,6 @@ function process_syslog($entry, $update) {
|
||||
}
|
||||
|
||||
$entry['program'] = strtoupper($entry['program']);
|
||||
array_walk($entry, 'trim');
|
||||
|
||||
if ($update) {
|
||||
dbInsert(
|
||||
|
||||
Reference in New Issue
Block a user