aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_groups.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2013-01-04 15:10:43 +0100
committerMarc Alexander <admin@m-a-styles.de>2013-01-04 15:10:43 +0100
commit7256a2d944df10ef649794c6174fea5ca69adea3 (patch)
treec28b409e5a738f1a73f00a5f85ac9a204ff8d943 /phpBB/includes/acp/acp_groups.php
parent5d091e2d8f5079a8ce8dc14500c29f6642c40e98 (diff)
downloadforums-7256a2d944df10ef649794c6174fea5ca69adea3.tar
forums-7256a2d944df10ef649794c6174fea5ca69adea3.tar.gz
forums-7256a2d944df10ef649794c6174fea5ca69adea3.tar.bz2
forums-7256a2d944df10ef649794c6174fea5ca69adea3.tar.xz
forums-7256a2d944df10ef649794c6174fea5ca69adea3.zip
[feature/avatars] Add phpbb prefix to new functions
Although get_user_avatar() is not new, the phpbb prefix was prepended. This is due to the fact that it was entirely rewritten and is therefore more or less a completely new function. PHPBB3-10018
Diffstat (limited to 'phpBB/includes/acp/acp_groups.php')
-rw-r--r--phpBB/includes/acp/acp_groups.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_groups.php b/phpBB/includes/acp/acp_groups.php
index eeeefe03ba..3a72a8c7ef 100644
--- a/phpBB/includes/acp/acp_groups.php
+++ b/phpBB/includes/acp/acp_groups.php
@@ -548,7 +548,7 @@ class acp_groups
}
}
- $avatar = get_group_avatar($group_row, 'GROUP_AVATAR', true);
+ $avatar = phpbb_get_group_avatar($group_row, 'GROUP_AVATAR', true);
/*
* Merge any avatar errors into the primary error array