diff --git a/inc/display.php b/inc/display.php index 96624fda..e2646c60 100644 --- a/inc/display.php +++ b/inc/display.php @@ -512,6 +512,8 @@ class Thread { public function build($index=false) { global $board, $config, $debug; + event('show-thread', $this); + $built = Element('post_thread.html', array('config' => $config, 'board' => $board, 'post' => &$this, 'index' => $index)); return $built;