Home
last modified time | relevance | path

Searched hist:"1 eb39399c1e00540d94c71b0ff2cf1779edec388" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php1eb39399c1e00540d94c71b0ff2cf1779edec388 Wed Mar 22 19:43:52 UTC 2023 fiwswe <53953985+fiwswe@users.noreply.github.com> Correction to fix of corner case

Fixes https://github.com/dokuwiki/dokuwiki/pull/3928/commits/e7794be61135b07c6227c367ebf735ba94a2b200

IMHO paying the test on the same variable (`$size`) as in the original test in https://github.com/dokuwiki/dokuwiki/blob/775003a7dfc8824e655f040724abfb8255c6da03/lib/plugins/logviewer/admin.php#L143 is better/more clear than basing it on something caused as a result of that test, i.e. `$toread` having a specific value.