mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
Merge branch 'v2-stable' into beta
This commit is contained in:
commit
0bb5b35e00
@ -282,7 +282,7 @@ if ( !$content['error_occured'] )
|
|||||||
|
|
||||||
// Increment Counter
|
// Increment Counter
|
||||||
$counter++;
|
$counter++;
|
||||||
} while ($counter < $content['ViewEntriesPerPage'] && ($ret = $stream->ReadNext($uID, $logArray)) == SUCCESS);
|
} while ($counter < $content['CurrentViewEntriesPerPage'] && ($ret = $stream->ReadNext($uID, $logArray)) == SUCCESS);
|
||||||
|
|
||||||
if ( $content['read_direction'] == EnumReadDirection::Forward )
|
if ( $content['read_direction'] == EnumReadDirection::Forward )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user