Skip to content
Snippets Groups Projects
Commit 8458d97a authored by Peter Rotich's avatar Peter Rotich
Browse files

topic: Remove form_id form form object

parent 02dca1cd
No related branches found
No related tags found
No related merge requests found
......@@ -418,7 +418,6 @@ implements TemplateVariable {
$this->priority_id = $vars['priority_id'] ?: 0;
$this->status_id = $vars['status_id'] ?: 0;
$this->sla_id = $vars['sla_id'] ?: 0;
$this->form_id = $vars['form_id'] ?: 0;
$this->page_id = $vars['page_id'] ?: 0;
$this->isactive = !!$vars['isactive'];
$this->ispublic = !!$vars['ispublic'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment