aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/profile.php')
-rw-r--r--phpBB/profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/profile.php b/phpBB/profile.php
index c666118835..54b8d9141a 100644
--- a/phpBB/profile.php
+++ b/phpBB/profile.php
@@ -51,7 +51,7 @@ switch($mode)
error_die(GENERAL_ERROR, $l_nouserid);
}
}
- $profiledata = get_userdata_from_id($HTTP_GET_VARS[POST_USERS_URL], $db);
+ $profiledata = get_userdata_from_id($db, $HTTP_GET_VARS[POST_USERS_URL]);
// Calculate the number of days this user has been a member ($memberdays)
// Then calculate their posts per day