Skip to content
Snippets Groups Projects
Commit c26b11ca authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #3788 from greezybacon/issue/3787

Fix crash editing thread entry with inline image
parents d2ef3b1f 78d30cc7
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,9 @@ JS
}
// Move the attachments to the new entry
$old->attachments->update(array(
$old->attachments->filter(array(
'inline' => false,
))->update(array(
'object_id' => $entry->id
));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment