aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_pm_compose.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-04-08 13:06:13 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-04-08 13:06:13 +0000
commitb62ffc0bb078da10a1037048573e6a664e24baef (patch)
tree65ddbeff756fd5b419d74b166758368e6fc8a3ac /phpBB/includes/ucp/ucp_pm_compose.php
parent96afdb5168c773ce45f1388e2a062a5a050d66b0 (diff)
downloadforums-b62ffc0bb078da10a1037048573e6a664e24baef.tar
forums-b62ffc0bb078da10a1037048573e6a664e24baef.tar.gz
forums-b62ffc0bb078da10a1037048573e6a664e24baef.tar.bz2
forums-b62ffc0bb078da10a1037048573e6a664e24baef.tar.xz
forums-b62ffc0bb078da10a1037048573e6a664e24baef.zip
groupcp.php no longer exist (#1442)
git-svn-id: file:///svn/phpbb/trunk@5768 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/ucp/ucp_pm_compose.php')
-rw-r--r--phpBB/includes/ucp/ucp_pm_compose.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_pm_compose.php b/phpBB/includes/ucp/ucp_pm_compose.php
index 4fca6cec0b..b6d95c0e9f 100644
--- a/phpBB/includes/ucp/ucp_pm_compose.php
+++ b/phpBB/includes/ucp/ucp_pm_compose.php
@@ -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&amp;mode=viewprofile&amp;u=" . $id : "{$phpbb_root_path}groupcp.$phpEx$SID&amp;g=" . $id,
+ 'U_VIEW' => ($type == 'u') ? "{$phpbb_root_path}memberlist.$phpEx$SID&amp;mode=viewprofile&amp;u=" . $id : "{$phpbb_root_path}memberlist.$phpEx$SID&amp;mode=group&amp;g=" . $id,
'TYPE' => $type)
);
}