From 9d770f456fe3a95ebfaa54985c334e65c01359b5 Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Sun, 15 Sep 2013 03:54:09 +1000 Subject: [PATCH] show-thread event --- inc/display.php | 2 ++ 1 file changed, 2 insertions(+) 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;