Hi

I think the code below assembling the render array should be accessing $account instead of $user

@@ -486,7 +486,7 @@
           }
           else {
            $account = $item['user'];
-            $label = entity_label('user', $user);
+            $label = entity_label('user', $account);
            $uri = entity_uri('user', $account);
            $result[$delta] = array(

patch attached

Comments

Louis Delacretaz created an issue. See original summary.

renatog’s picture

Status: Active » Reviewed & tested by the community

Really makes sense.

renatog’s picture

Status: Reviewed & tested by the community » Fixed

This is has been fixed to the dev branch.

Thank you very much for your contribution.

Best.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.