forked from leftypol/leftypol
show-thread event
This commit is contained in:
parent
92550d5084
commit
9d770f456f
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue