Fix in includes/mcp/mcp_notes.php
Find:
- Code: Select all
'U_FIND_MEMBER' => "memberlist.$phpEx$SID&mode=searchuser&field=username",
Replace with:
- Code: Select all
'U_FIND_MEMBER' => "memberlist.$phpEx$SID&mode=searchuser&form=mcp&field=username",
Thanks.