mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-18 00:56:42 +01:00
show-thread event
This commit is contained in:
parent
7c8a3ef152
commit
bd8c59a8fc
@ -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…
x
Reference in New Issue
Block a user