aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2012-12-27 20:46:07 +0100
committerMarc Alexander <admin@m-a-styles.de>2012-12-27 20:46:07 +0100
commit6f41228752fbb00139da5fd3f62c884a4391de82 (patch)
tree2cc4b448a591deda5d512a22c766927e1583c189
parentc865f98dcfe57c3dff231fdf3574f5d3356ab7f5 (diff)
downloadforums-6f41228752fbb00139da5fd3f62c884a4391de82.tar
forums-6f41228752fbb00139da5fd3f62c884a4391de82.tar.gz
forums-6f41228752fbb00139da5fd3f62c884a4391de82.tar.bz2
forums-6f41228752fbb00139da5fd3f62c884a4391de82.tar.xz
forums-6f41228752fbb00139da5fd3f62c884a4391de82.zip
[feature/avatars] Add missing explanation to docblock of get_all_drivers()
PHPBB3-10018
-rw-r--r--phpBB/includes/avatar/manager.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/includes/avatar/manager.php b/phpBB/includes/avatar/manager.php
index cbc9c4a485..68d1133e86 100644
--- a/phpBB/includes/avatar/manager.php
+++ b/phpBB/includes/avatar/manager.php
@@ -111,6 +111,10 @@ class phpbb_avatar_manager
/**
* Get a list of all avatar drivers
*
+ * As this function will only be called in the ACP avatar settings page, it
+ * doesn't make much sense to cache the list of all avatar drivers like the
+ * list of the enabled drivers.
+ *
* @return array Array containing a list of all avatar drivers
*/
public function get_all_drivers()