mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Merge branch '3.3.x'
This commit is contained in:
@@ -186,7 +186,7 @@ class user_loader
|
||||
* @param bool $query Should we query the database if this user has not yet been loaded?
|
||||
* Typically this should be left as false and you should make sure
|
||||
* you load users ahead of time with load_users()
|
||||
* @param bool @lazy If true, will be lazy loaded (requires JS)
|
||||
* @param bool $lazy If true, will be lazy loaded (requires JS)
|
||||
* @return array
|
||||
*/
|
||||
public function get_avatar($user_id, $query = false, $lazy = false)
|
||||
|
Reference in New Issue
Block a user