- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
Minor
 - 
    3.1.10
 - 
    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

