diff options
Diffstat (limited to 'views/default/friends/tablelist.php')
-rw-r--r-- | views/default/friends/tablelist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/friends/tablelist.php b/views/default/friends/tablelist.php index a304e8fda..38f577a2d 100644 --- a/views/default/friends/tablelist.php +++ b/views/default/friends/tablelist.php @@ -25,7 +25,7 @@ $column = 0;
foreach($vars['entities'] as $entity) {
if (!($entity instanceof ElggEntity)) $entity = get_entity($entity);
- if ($entity) {
+ if ($entity instanceof ElggEntity) {
?>
<td style="width:25px">
|