The tidy plupload cron always uses the user id and user ip of the user object when the cron run fails for some reason. Since the cron might also be called via the cli, the user session and therefore the user id and ip might not be set.
Instead, it should revert back to ANONYMOUS and an empty IP.
- is related to
-
PHPBB-14403 phpbb\log should still work even when no user data is given
- Closed