aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-05-16 10:00:45 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-05-16 10:00:45 +0000
commite0ca9946b9e107251ee556b5f604f90eb6c2eb85 (patch)
treeeb273c799ac71d54f3130f4c360f0e41f76192b5 /phpBB/includes/functions_user.php
parent32fe40c70bd9c6a8a3056c084c5012293c96f58b (diff)
downloadforums-e0ca9946b9e107251ee556b5f604f90eb6c2eb85.tar
forums-e0ca9946b9e107251ee556b5f604f90eb6c2eb85.tar.gz
forums-e0ca9946b9e107251ee556b5f604f90eb6c2eb85.tar.bz2
forums-e0ca9946b9e107251ee556b5f604f90eb6c2eb85.tar.xz
forums-e0ca9946b9e107251ee556b5f604f90eb6c2eb85.zip
Cleaning up.
git-svn-id: file:///svn/phpbb/trunk@7602 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_user.php')
-rw-r--r--phpBB/includes/functions_user.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php
index 375d85a34a..3da49026c9 100644
--- a/phpBB/includes/functions_user.php
+++ b/phpBB/includes/functions_user.php
@@ -1803,6 +1803,7 @@ function avatar_gallery($category, $avatar_select, $items_per_column, $block_var
}
$template->assign_vars(array(
+ 'S_AVATARS_ENABLED' => true,
'S_IN_AVATAR_GALLERY' => true,
'S_CAT_OPTIONS' => $s_category_options)
);