-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.10, 3.1.0-RC4
-
Fix Version/s: 3.0.13-RC1, 3.1.0-RC5
-
Component/s: ACP, Viewing posts
-
Labels:
-
GitHub Pull Request URL:
If you delete user and remove his posts, post_edit_user is not updated to ANONYMOUS for posts which were edited by deleted user. This causes errors in viewtopic, like
[phpBB Debug] PHP Notice: in file [ROOT]/viewtopic.php on line 1434: Undefined index: 57
|
[phpBB Debug] PHP Notice: in file [ROOT]/viewtopic.php on line 1434: Undefined index: 57
|
where 57 is deleted user id (just for example).