diff --git a/include/class.thread_actions.php b/include/class.thread_actions.php
index b585c8cb7e6f58533d586ca349a829de3dcaf61d..1eaab156a8743e3a92536c1493a654713a7cf114 100644
--- a/include/class.thread_actions.php
+++ b/include/class.thread_actions.php
@@ -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
         ));