Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
field_collection
Commits
39c8b432
Commit
39c8b432
authored
Mar 13, 2015
by
defr
Committed by
Joel Muzzerall
Mar 13, 2015
Browse files
Issue #2384323 by DeFr: Cron WSOD caused by attempt of delete on non-object
parent
d0b4558f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
field_collection.module
field_collection.module
+3
-1
No files found.
field_collection.module
View file @
39c8b432
...
...
@@ -302,7 +302,9 @@ function field_collection_item_access($op, FieldCollectionItemEntity $item = NUL
*/
function
field_collection_item_delete
(
$id
)
{
$fci
=
field_collection_item_load
(
$id
);
$fci
->
delete
();
if
(
$fci
)
{
$fci
->
delete
();
}
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment