mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +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
|
||||
$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 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user