We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like this line should instead be calling entity_load_multiple with the extra parameters (even though it's only loading one entity):
entity_load_multiple
$result = entity_load('flagging', array($flagging_id), array(), $reset);
The text was updated successfully, but these errors were encountered:
Issue backdrop-contrib#40: Use entity_load_multiple instead of entity…
9798b10
…_load. Fixes backdrop-contrib#40.
Issue #40: Use entity_load_multiple instead of entity_load. (#41)
a5b32cd
Successfully merging a pull request may close this issue.
It looks like this line should instead be calling
entity_load_multiple
with the extra parameters (even though it's only loading one entity):The text was updated successfully, but these errors were encountered: