mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 11:44:08 +02:00
groupcp.php no longer exist (#1442)
git-svn-id: file:///svn/phpbb/trunk@5768 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -680,7 +680,7 @@ function compose_pm($id, $mode, $action)
|
||||
'IS_USER' => ($type == 'u'),
|
||||
'COLOUR' => (${$type}[$id]['colour']) ? ${$type}[$id]['colour'] : '',
|
||||
'UG_ID' => $id,
|
||||
'U_VIEW' => ($type == 'u') ? "{$phpbb_root_path}memberlist.$phpEx$SID&mode=viewprofile&u=" . $id : "{$phpbb_root_path}groupcp.$phpEx$SID&g=" . $id,
|
||||
'U_VIEW' => ($type == 'u') ? "{$phpbb_root_path}memberlist.$phpEx$SID&mode=viewprofile&u=" . $id : "{$phpbb_root_path}memberlist.$phpEx$SID&mode=group&g=" . $id,
|
||||
'TYPE' => $type)
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user