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