mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Fixed ignoring filter in export function
This commit is contained in:
parent
89989a5978
commit
46c86bd054
@ -87,6 +87,7 @@ if (
|
||||
$content['error_details'] = $content['LN_GEN_ERROR_PDFMISSINGEXTENSION'];
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -40,9 +40,6 @@ include($gl_root_path . 'include/functions_common.php');
|
||||
include($gl_root_path . 'include/functions_frontendhelpers.php');
|
||||
include($gl_root_path . 'include/functions_filters.php');
|
||||
|
||||
// Init Langauge first!
|
||||
// IncludeLanguageFile( $gl_root_path . '/lang/' . $LANG . '/main.php' );
|
||||
|
||||
// Include LogStream facility
|
||||
include($gl_root_path . 'classes/logstream.class.php');
|
||||
|
||||
|
@ -108,6 +108,7 @@
|
||||
<td align="right">
|
||||
<input type="hidden" name="op" value="export">
|
||||
<input type="hidden" name="uid" value="{uid_original}">
|
||||
<input type="hidden" name="filter" value="{searchstr}">
|
||||
<!-- IF skipone="true" -->
|
||||
<input type="hidden" name="skipone" value="true">
|
||||
<!-- ENDIF skipone="true" -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user