aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-09-08 13:35:04 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-09-08 13:35:04 +0200
commit9d18b3d1eeb1cb755fb7949bad07a7586eef4962 (patch)
treef038d1ba303bdbc9e2f0efa488e6400c0b2bf7ac /phpBB/includes/functions.php
parent3ddee852fa0c1dd1518681679f52a4f9b427a9da (diff)
parent90d5eefccffce86e1c8ae857080a0ed25f7a79db (diff)
downloadforums-9d18b3d1eeb1cb755fb7949bad07a7586eef4962.tar
forums-9d18b3d1eeb1cb755fb7949bad07a7586eef4962.tar.gz
forums-9d18b3d1eeb1cb755fb7949bad07a7586eef4962.tar.bz2
forums-9d18b3d1eeb1cb755fb7949bad07a7586eef4962.tar.xz
forums-9d18b3d1eeb1cb755fb7949bad07a7586eef4962.zip
Merge branch '3.1.x'
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 6bc5d91ac4..f3dfc01156 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -4031,7 +4031,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
{