1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[feature/avatars] Introduce an avatar driver interface

PHPBB3-10018
This commit is contained in:
Igor Wiedler
2012-04-08 16:40:19 +02:00
parent eea2ec5052
commit 81fb4268cd
6 changed files with 87 additions and 33 deletions

View File

@@ -293,7 +293,7 @@ class acp_groups
sort($avatar_drivers);
// This is normalised data, without the group_ prefix
$avatar_data = phpbb_avatar_driver::clean_row($group_row, phpbb_avatar_driver::FROM_GROUP);
$avatar_data = phpbb_avatar_driver::clean_row($group_row, phpbb_avatar_driver_interface::FROM_GROUP);
}