Skip to content

Commit

Permalink
A minor fix for the settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Damodharan committed Nov 17, 2020
1 parent c5722e5 commit 30b90cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/NcnCiviZoom/Form/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ public function postProcess() {
}

if(empty($this->_act) && empty($this->_id)){
$zoomSettings = CRM_NcnCiviZoom_Utils::getZoomSettings();
$zoomSettings['base_url'] = $values['base_url'];
$zoomSettings['custom_field_id_webinar'] = $values['custom_field_id_webinar'];
$zoomSettings['custom_field_id_meeting'] = $values['custom_field_id_meeting'];
Expand Down

0 comments on commit 30b90cc

Please sign in to comment.