-
Bug
-
Resolution: Fixed
-
Major
-
3.2.10-RC1
-
None
Deleting a user results in the following fatal error:
PHP Fatal error: Uncaught Error: Call to undefined function phpbb_delete_users_pms()
|
The function_exists() check does not check for phpbb_delete_users_pms() but rather for phpbb_delete_user_pms().