backdrop-contrib / flag

Flag module for Backdrop CMS
0 stars 11 forks source link

Entity Load Multiple needed #40

Closed laryn closed 8 months ago

laryn commented 1 year ago

It looks like this line should instead be calling entity_load_multiple with the extra parameters (even though it's only loading one entity):

$result = entity_load('flagging', array($flagging_id), array(), $reset);