Browse Source

Moving threads wasn't working with the catalog theme enabled

Conflicts:
	inc/mod/pages.php
pull/40/head
ctrlcctrlv 11 years ago
committed by Michael Foster
parent
commit
5f977ee593
  1. 2
      inc/mod/pages.php

2
inc/mod/pages.php

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

Loading…
Cancel
Save