diff --git a/inc/functions.php b/inc/functions.php index 56a9399c..c9fc2185 100755 --- a/inc/functions.php +++ b/inc/functions.php @@ -2702,7 +2702,7 @@ function buildThread($id, $return = false, $mod = false, $shadow = false) { if (!isset($thread)) { $thread = new Thread($post, $mod ? '?/' : $config['root'], $mod); } else { - $post['no_shadow_restore'] = true; + $post['no_shadow_restore'] = false; $thread->add(new Post($post, $mod ? '?/' : $config['root'], $mod)); } }