From 076807c63ab36684dc1dc6039092066a17d5c9b6 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 4 Sep 2015 13:38:14 -0700 Subject: [ticket/14142] Remove unused ignore_configs from avatar drivers PHPBB3-14142 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes') diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index ac25f24ddd..80d6e22bb7 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -4848,7 +4848,7 @@ function phpbb_get_avatar($row, $alt, $ignore_config = false, $lazy = false) return $html; } - $avatar_data = $driver->get_data($row, $ignore_config); + $avatar_data = $driver->get_data($row); } else { -- cgit v1.2.1