if (!filter_var($this->status, FILTER_VALIDATE_INT)) {
            $this->status = self::FORUM_UNLOCKED;
        }