Skip to content

Commit

Permalink
Update form.php
Browse files Browse the repository at this point in the history
/controllers/form.php Line burhanrasool#2582- Line is greater then 80 characters
  • Loading branch information
bscs17039 committed Jan 23, 2021
1 parent 8aac5f5 commit 1d13d65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/controllers/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -2579,7 +2579,8 @@ public function mapview($slug) {
$data['sent_by_filter'] = !empty($map_view_settings->sent_by_filter) ? $map_view_settings->sent_by_filter : '';
$data['uc_filter'] = !empty($map_view_settings->uc_filter) ? $map_view_settings->uc_filter : '';
$data['map_type_filter'] = (isset($map_view_settings->map_type_filter)) ? $map_view_settings->map_type_filter : '';
$data['view_type'] = !empty($app_settings['map_type']) ? $app_settings['map_type'] : '';
$data['view_type'] = !empty($app_settings['map_type']) ?
$app_settings['map_type'] : '';
$data['zoom_level'] = (isset($map_view_settings
->default_zoom_level)) ? $map_view_settings
->default_zoom_level : '';
Expand Down

0 comments on commit 1d13d65

Please sign in to comment.