1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Get user lookups working [#1281, #1282]

git-svn-id: file:///svn/phpbb/trunk@5714 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames
2006-03-25 15:30:57 +00:00
parent d1676cb6bf
commit 791b580f43
2 changed files with 6 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ class mcp_notes
{
case 'front':
$template->assign_vars(array(
'U_FIND_MEMBER' => "memberlist.$phpEx$SID&mode=searchuser&field=username",
'U_FIND_MEMBER' => "memberlist.$phpEx$SID&mode=searchuser&form=mcp&field=username",
'U_POST_ACTION' => "mcp.$phpEx$SID&i=notes&mode=user_notes",
)
);