diff --git a/e107_handlers/e_parse_class.php b/e107_handlers/e_parse_class.php index 1354b1988..c60550660 100644 --- a/e107_handlers/e_parse_class.php +++ b/e107_handlers/e_parse_class.php @@ -4308,7 +4308,7 @@ class e_parse $image = (!empty($userData['user_image'])) ? varset($userData['user_image']) : null; $genericFile = e_IMAGE . 'generic/blank_avatar.jpg'; - $genericImg = $tp->thumbUrl($genericFile, 'w=' . $width . '&h=' . $height, true, $full); + $genericImg = $tp->thumbUrl($genericFile, 'w=' . $width . '&h=' . $height, false, $full); if (!empty($image)) {