aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/modcp.php
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2002-11-21 15:40:21 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2002-11-21 15:40:21 +0000
commit25a3ef55be2122b7e6b8cea948fa27f34766b088 (patch)
tree8c8599c151b7e5db5230089876592ae207f7003a /phpBB/modcp.php
parent68ee9ffb1fb21e734f2dde3461e991fcc65fed41 (diff)
downloadforums-25a3ef55be2122b7e6b8cea948fa27f34766b088.tar
forums-25a3ef55be2122b7e6b8cea948fa27f34766b088.tar.gz
forums-25a3ef55be2122b7e6b8cea948fa27f34766b088.tar.bz2
forums-25a3ef55be2122b7e6b8cea948fa27f34766b088.tar.xz
forums-25a3ef55be2122b7e6b8cea948fa27f34766b088.zip
Moved profile.php to ucp.php. ucp is really really broken right now, don't even think about trying to use it.
git-svn-id: file:///svn/phpbb/trunk@3075 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/modcp.php')
-rw-r--r--phpBB/modcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/modcp.php b/phpBB/modcp.php
index e18d2a645a..0bf601fa1c 100644
--- a/phpBB/modcp.php
+++ b/phpBB/modcp.php
@@ -822,7 +822,7 @@ switch( $mode )
'POSTS' => $row['postings'] . ' ' . ( ( $row['postings'] == 1 ) ? $user->lang['Post'] : $user->lang['Posts'] ),
'L_SEARCH_POSTS' => sprintf($user->lang['Search_user_posts'], $username),
- 'U_PROFILE' => "profile.$phpEx$SID&amp;mode=viewprofile&amp;u=$id",
+ 'U_PROFILE' => "ucp.$phpEx$SID&amp;mode=viewprofile&amp;u=$id",
'U_SEARCHPOSTS' => "search.$phpEx$SID&amp;search_author=" . urlencode($username) . "&amp;showresults=topics")
);