This commit is contained in:
towards_a_new_leftypol 2020-12-20 23:44:33 -05:00 committed by towards-a-new-leftypol
parent 195a3914d1
commit f75d42d9c4
10 changed files with 242 additions and 186 deletions

View file

@ -416,7 +416,7 @@ class Thread {
$file = ($index && $config['file_board']) ? 'post_thread_fileboard.html' : 'post_thread.html';
$built = Element($file, array('config' => $config, 'board' => $board, 'post' => &$this, 'index' => $index, 'hasnoko50' => $hasnoko50, 'isnoko50' => $isnoko50, 'mod' => $this->mod));
return $built;
}
};