Skip to content

Fix error when passing a stdClass object as the first argument to#8

Open
anemirovsky wants to merge 1 commit into
backdrop-contrib:1.x-1.xfrom
giant-rabbit:1.x-1.x
Open

Fix error when passing a stdClass object as the first argument to#8
anemirovsky wants to merge 1 commit into
backdrop-contrib:1.x-1.xfrom
giant-rabbit:1.x-1.x

Conversation

@anemirovsky

Copy link
Copy Markdown

file_usage_add(). Fixes #7.

This error likely surfaced when entities got separate classes in Backdrop.

`file_usage_add()`. Fixes backdrop-contrib#7.

This error likely surfaced when entities got separate classes in
Backdrop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

file_usage_add() expects the first argument to be a File object but a stdClass object is getting passed in instead

1 participant