Severity: Minor
If after using the User Control Panel interface for phpBB Digests, if you find yourself getting logged out, please change includes/ucp/mods/ucp_digests.php line 218 from:
- Code: Select all
'U_ACTION' => $user->page['page'],
to:
- Code: Select all
'U_ACTION' => $this->u_action,
A number of users report this solves the problem. I have not been able to replicate it, but making this change did not change the behavior of the digest interface on my test board.
