Skip to content

Commit

Permalink
chore: don't show entity icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Aug 20, 2018
1 parent ccf5075 commit d6db76c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions views/default/object/csv_export.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
]);
}

// entity icon
$entity_icon = elgg_view_entity_icon($entity, 'small');

// prepare some content
$content = '';
if ($entity->isProcessing()) {
Expand All @@ -43,4 +40,4 @@
$params = $params + $vars;
$list_body = elgg_view('object/elements/summary', $params);

echo elgg_view_image_block($entity_icon, $list_body);
echo elgg_view_image_block('', $list_body);

0 comments on commit d6db76c

Please sign in to comment.