Skip to content

Commit

Permalink
Update form.php
Browse files Browse the repository at this point in the history
/controllers/form.php Line burhanrasool#2578- Line is greater then 80 characters
  • Loading branch information
bscs17039 committed Jan 23, 2021
1 parent 490d566 commit 9061af1
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 @@ -2575,7 +2575,9 @@ public function mapview($slug) {
$data['app_id'] = $selected_form['app_id'];
$selected_app = $this->app_model->get_app($selected_form['app_id']);
$map_view_settings = get_map_view_settings($slug);
$data['district_filter'] = !empty($map_view_settings->district_filter) ? $map_view_settings->district_filter : '';
$data['district_filter'] = !empty($map_view_settings
->district_filter) ? $map_view_settings
->district_filter : '';
$data['sent_by_filter'] = !empty($map_view_settings
->sent_by_filter) ? $map_view_settings
->sent_by_filter : '';
Expand Down

0 comments on commit 9061af1

Please sign in to comment.