Browse Source

Bugfix - Small bugfix to Shadow Delete

main
Arvo Huru 7 years ago
committed by discomrade
parent
commit
371d87e840
  1. 2
      inc/functions.php

2
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));
}
}

Loading…
Cancel
Save