diff options
author | Marc Alexander <admin@m-a-styles.de> | 2012-11-29 23:50:17 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2012-11-30 01:07:10 +0100 |
commit | f4ad60e2cf18771200d99bc953449d6229a74818 (patch) | |
tree | babe3d349c9a4f68de59c069465e41920df8fb4b /phpBB/includes/avatar/driver/interface.php | |
parent | 81a1a21185abfc230097a355216d6c6b99511b20 (diff) | |
download | forums-f4ad60e2cf18771200d99bc953449d6229a74818.tar forums-f4ad60e2cf18771200d99bc953449d6229a74818.tar.gz forums-f4ad60e2cf18771200d99bc953449d6229a74818.tar.bz2 forums-f4ad60e2cf18771200d99bc953449d6229a74818.tar.xz forums-f4ad60e2cf18771200d99bc953449d6229a74818.zip |
[feature/avatars] Get list of enabled drivers from avatar manager
This shouldn't be done in the avatar drivers. We need to force the
display all avatar drivers in the ACP or it won't be possible to enable
avatars after they have been disabled.
PHPBB3-10018
Diffstat (limited to 'phpBB/includes/avatar/driver/interface.php')
-rw-r--r-- | phpBB/includes/avatar/driver/interface.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/includes/avatar/driver/interface.php b/phpBB/includes/avatar/driver/interface.php index d2f25a989f..7a58a40b0c 100644 --- a/phpBB/includes/avatar/driver/interface.php +++ b/phpBB/includes/avatar/driver/interface.php @@ -92,13 +92,6 @@ interface phpbb_avatar_driver_interface public function delete($row); /** - * Check if avatar is enabled - * - * @return bool True if avatar is enabled, false if it's disabled - */ - public function is_enabled(); - - /** * Get the avatars template name * * @return string Avatar's template name |