mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
IDS: "none" doesn't equal "", looks like a typo resulting in ignoring the original eve.json
This commit is contained in:
parent
163750ecf8
commit
644b647cf7
@ -141,7 +141,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
});
|
||||
|
||||
|
||||
if ( selected_logfile != "") {
|
||||
if ( selected_logfile != "none") {
|
||||
request['fileid'] = selected_logfile;
|
||||
request['rowCount'] = selected_max_entries;
|
||||
request['searchPhrase'] = search_phrase;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user