aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/avatar/driver/interface.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2012-11-29 23:08:29 +0100
committerMarc Alexander <admin@m-a-styles.de>2012-11-29 23:08:29 +0100
commit81a1a21185abfc230097a355216d6c6b99511b20 (patch)
treeda241a139d9004c6a3303bce494a46d4aceb84e7 /phpBB/includes/avatar/driver/interface.php
parentcb1d98ab7f588a38fcae680aca839b805caf2a23 (diff)
downloadforums-81a1a21185abfc230097a355216d6c6b99511b20.tar
forums-81a1a21185abfc230097a355216d6c6b99511b20.tar.gz
forums-81a1a21185abfc230097a355216d6c6b99511b20.tar.bz2
forums-81a1a21185abfc230097a355216d6c6b99511b20.tar.xz
forums-81a1a21185abfc230097a355216d6c6b99511b20.zip
[feature/avatars] Properly implement custom HTML in the interface
Previously the driver class added a variable that defined wether an avatar driver would return custom HTML. The existence of this variable was implied in the interface. It's also not needed which is why it has been removed. PHPBB3-10018
Diffstat (limited to 'phpBB/includes/avatar/driver/interface.php')
-rw-r--r--phpBB/includes/avatar/driver/interface.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/includes/avatar/driver/interface.php b/phpBB/includes/avatar/driver/interface.php
index cc6b7edd17..d2f25a989f 100644
--- a/phpBB/includes/avatar/driver/interface.php
+++ b/phpBB/includes/avatar/driver/interface.php
@@ -40,8 +40,7 @@ interface phpbb_avatar_driver_interface
public function get_data($row, $ignore_config = false);
/**
- * Returns custom html for displaying this avatar.
- * Only called if $custom_html is true.
+ * Returns custom html if it is needed for displaying this avatar
*
* @param bool $ignore_config Whether this function should respect the users prefs
* and board configuration configuration option, or should just render