1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-29 19:37:30 +01:00

Moving threads wasn't working with the catalog theme enabled

Conflicts:
	inc/mod/pages.php
This commit is contained in:
ctrlcctrlv 2013-08-29 00:38:39 +00:00 committed by Michael Foster
parent 852172cec3
commit fc0d17d27d

View File

@ -1137,7 +1137,7 @@ function mod_move($originBoard, $postID) {
buildIndex();
// trigger themes
rebuildThemes('post');
rebuildThemes('post', $targetBoard);
// return to original board
openBoard($originBoard);