aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_display.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-10-02 18:29:05 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-10-02 18:29:05 +0000
commit87e2e62c34da983258944db361d9a9b9785737e6 (patch)
tree8492cd4e7af7af580133d0b7f1a0c5d0eae744d2 /phpBB/includes/functions_display.php
parent9e3ae3237cb96cf8451516d1b0362437aa27ff6c (diff)
downloadforums-87e2e62c34da983258944db361d9a9b9785737e6.tar
forums-87e2e62c34da983258944db361d9a9b9785737e6.tar.gz
forums-87e2e62c34da983258944db361d9a9b9785737e6.tar.bz2
forums-87e2e62c34da983258944db361d9a9b9785737e6.tar.xz
forums-87e2e62c34da983258944db361d9a9b9785737e6.zip
#i8
git-svn-id: file:///svn/phpbb/trunk@8119 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_display.php')
-rw-r--r--phpBB/includes/functions_display.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php
index 208226257d..1e5dce49ec 100644
--- a/phpBB/includes/functions_display.php
+++ b/phpBB/includes/functions_display.php
@@ -1149,7 +1149,7 @@ function get_user_avatar($avatar, $avatar_type, $avatar_width, $avatar_height, $
switch ($avatar_type)
{
case AVATAR_UPLOAD:
- $avatar_img = $phpbb_root_path . "download.$phpEx?avatar=";
+ $avatar_img = $phpbb_root_path . "download/file.$phpEx?avatar=";
break;
case AVATAR_GALLERY: