mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Fixed php notices in functions_config.php
This commit is contained in:
parent
e1719d6238
commit
406b91ca89
@ -190,8 +190,12 @@ function InitSource(&$mysource)
|
||||
|
||||
// Set generic configuration options
|
||||
$mysource['ObjRef']->_pageCount = GetConfigSetting("ViewEntriesPerPage", 50);
|
||||
|
||||
if ( isset($mysource['MsgParserList']) )
|
||||
$mysource['ObjRef']->SetMsgParserList( $mysource['MsgParserList'] );
|
||||
if ( isset($mysource['MsgNormalize']) )
|
||||
$mysource['ObjRef']->SetMsgNormalize( $mysource['MsgNormalize'] );
|
||||
if ( isset($mysource['MsgSkipUnparseable']) )
|
||||
$mysource['ObjRef']->SetSkipUnparseable( $mysource['MsgSkipUnparseable'] );
|
||||
|
||||
// Set default SourceID here!
|
||||
|
Loading…
x
Reference in New Issue
Block a user