-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.2.10-RC1
-
Fix Version/s: 3.2.10-RC2
-
Component/s: ACP
-
Labels: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().