-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1.10
-
Fix Version/s: 3.1.11-RC1
-
Component/s: Posting
-
Labels:None
The confirmation page when permanently deleting a post just says "Array" in the message title.
The confirm_box() function is called with $title = 'DELETE_POST_PERMANENTLY' (which is a language array) here but in the function there isn't any argument passed to lang().
It works fine in 3.1.9. It was introduced in this PR for 3.1.10: https://github.com/phpbb/phpbb/pull/4411/files