1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-24 07:30:10 +01:00

forgot this here

This commit is contained in:
Michael Foster 2013-08-16 21:51:10 +10:00
parent eb8de3f992
commit aaeac9de3c

View File

@ -369,6 +369,7 @@ class Thread {
$this->name = utf8tohtml($this->name); $this->name = utf8tohtml($this->name);
$this->mod = $mod; $this->mod = $mod;
$this->root = $root; $this->root = $root;
$this->hr = $hr;
$this->posts = array(); $this->posts = array();
$this->omitted = 0; $this->omitted = 0;