Browse Source

Bugfix: post editing: should be $board here, not $board['uri']

pull/40/head
Michael Foster 11 years ago
parent
commit
6ce78cb1a4
  1. 2
      inc/mod/pages.php

2
inc/mod/pages.php

@ -1307,7 +1307,7 @@ function mod_edit_post($board, $edit_raw_html, $postID) {
buildIndex();
rebuildThemes('post', $board['uri']);
rebuildThemes('post', $board);
header('Location: ?/' . sprintf($config['board_path'], $board) . $config['dir']['res'] . sprintf($config['file_page'], $post['thread'] ? $post['thread'] : $postID) . '#' . $postID, true, $config['redirect_http']);
} else {

Loading…
Cancel
Save