/**
  * @see ThreadPostList::initDefaultSQL()
  */
 protected function initDefaultSQL()
 {
     parent::initDefaultSQL();
     $this->sqlConditions .= ' AND time < ' . $this->post->time;
 }