# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php +++ components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php @@ -2403,8 +2403,9 @@ case 'fieldslist': case 'csv': default: - $imgUrl = $this->_avatarLivePath( $field, $user ); - $oReturn = $this->_formatFieldOutput( $field->name, $imgUrl, $output );; \ No newline at end of file + $thumbnail = ( $reason != 'profile' ); + $imgUrl = $this->_avatarLivePath( $field, $user, $thumbnail ); + $oReturn = $this->_formatFieldOutput( $field->name, $imgUrl, $output ); \ No newline at end of file break; } }