diff --git a/include/class.thread_actions.php b/include/class.thread_actions.php
index 6650ee09810b2854ce7fe01f318813d6584d6706..d2933d4b753475d73675a71e2ccbcb7a47c6b4d6 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
         ));