Skip to content

Commit

Permalink
Update form.php
Browse files Browse the repository at this point in the history
/controllers/form.php Line #1988- Line is greater then 80 characters
  • Loading branch information
itshahere committed Jan 23, 2021
1 parent 0cce5e2 commit 952115e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion application/controllers/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -1985,7 +1985,9 @@ public function mapview($slug) {
if (in_array($final_view['form_id'], $form_list_posted)) {
$final_send = array_merge($final_send, array($final_view['form_name'] => $final_view['form_id']));
}
$view_list = array_merge($view_list, array($final_view['form_name'] => $final_view['form_id']));
$view_list = array_merge($view_list,
array($final_view['form_name'] =>
$final_view['form_id']));
}
$view_list = array_flip($view_list);
$data['form_lists'] = $view_list;
Expand Down

0 comments on commit 952115e

Please sign in to comment.