diff --git a/inc/display.php b/inc/display.php index c4e09eab..c573db44 100644 --- a/inc/display.php +++ b/inc/display.php @@ -369,6 +369,7 @@ class Thread { $this->name = utf8tohtml($this->name); $this->mod = $mod; $this->root = $root; + $this->hr = $hr; $this->posts = array(); $this->omitted = 0;