Bug #2730 ยป 2730.patch
| components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php | ||
|---|---|---|
|
case 'fieldslist':
|
||
|
case 'csv':
|
||
|
default:
|
||
|
$imgUrl = $this->_avatarLivePath( $field, $user );
|
||
|
$oReturn = $this->_formatFieldOutput( $field->name, $imgUrl, $output );;
|
||
|
$thumbnail = ( $reason != 'profile' );
|
||
|
$imgUrl = $this->_avatarLivePath( $field, $user, $thumbnail );
|
||
|
$oReturn = $this->_formatFieldOutput( $field->name, $imgUrl, $output );
|
||
|
break;
|
||
|
}
|
||
|
}
|
||