Rebuild origin board themes if moving a thread and not leaving a shadow
This commit is contained in:
parent
922a979f39
commit
15044a0568
|
@ -1501,6 +1501,7 @@ function mod_move($originBoard, $postID) {
|
||||||
} else {
|
} else {
|
||||||
deletePost($postID);
|
deletePost($postID);
|
||||||
buildIndex();
|
buildIndex();
|
||||||
|
rebuildThemes('post', $targetBoard);
|
||||||
|
|
||||||
openBoard($targetBoard);
|
openBoard($targetBoard);
|
||||||
header('Location: ?/' . sprintf($config['board_path'], $newboard['uri']) . $config['dir']['res'] . link_for($op, false, $newboard), true, $config['redirect_http']);
|
header('Location: ?/' . sprintf($config['board_path'], $newboard['uri']) . $config['dir']['res'] . link_for($op, false, $newboard), true, $config['redirect_http']);
|
||||||
|
|
Loading…
Reference in New Issue