Fix pruning of ACP sessions
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 20 Jan 2021 16:03:14 +0000 (17:03 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 20 Jan 2021 16:03:14 +0000 (17:03 +0100)
commit2e2153387d9c52ee916685bb58e02b64b0b70846
tree1facc23572c01f0a8382be6dcef3c49410b7dd4f
parenta36f51563c314ba1cd0dcc43abd14512a2ccfa6f
Fix pruning of ACP sessions

This fixes a copy and paste mistake in 6096fe159bbcae95b54abe0cfdb8eba0774dffc5.

This mistake did not introduce a security issue, because the session timeout is
also checked when loading the session, instead of just relying on the cronjob
pruning the session.
wcfsetup/install/files/lib/system/session/SessionHandler.class.php