kevinjardine / shoutout

Allows adding content (possibly with file attachments) directly to the river
5 stars 3 forks source link

Fixed bug where last poll would be auto-attached to each new shoutout po... #26

Closed mrclay closed 12 years ago

mrclay commented 12 years ago

For some reason, $vars['entity'] was being passed in as a stdObject with property num_items = 20. I've yet to find where that is coming from, but verifying that the entity is an ElggObject watches out for that.

mrclay commented 12 years ago

You can ditch this if you want. The $vars['entity'] was injected via a view extension on our side.