diff --git a/classes/controllers/FrmSettingsController.php b/classes/controllers/FrmSettingsController.php index c2a8249fa5..2b4ad476ab 100644 --- a/classes/controllers/FrmSettingsController.php +++ b/classes/controllers/FrmSettingsController.php @@ -286,11 +286,10 @@ public static function general_settings() { * Render the global currency selector if Pro is up to date. * * @param FrmSettings $frm_settings - * @param string $more_html * * @return void */ - public static function maybe_render_currency_selector( $frm_settings, $more_html ) { + public static function maybe_render_currency_selector( $frm_settings ) { if ( is_callable( 'FrmProSettingsController::add_currency_settings' ) ) { FrmProSettingsController::add_currency_settings(); return; diff --git a/classes/views/frm-settings/general.php b/classes/views/frm-settings/general.php index 41d5a0527e..13d1a07aed 100644 --- a/classes/views/frm-settings/general.php +++ b/classes/views/frm-settings/general.php @@ -34,8 +34,6 @@