diff --git a/Source/pages/manage_config.php b/Source/pages/manage_config.php index 1116de8..4b85bcb 100644 --- a/Source/pages/manage_config.php +++ b/Source/pages/manage_config.php @@ -83,6 +83,7 @@ maybe_set_option( 'remote_checkin', $f_remote_checkin ); maybe_set_option( 'checkin_urls', serialize( $t_checkin_urls ) ); +maybe_set_option( 'remote_import', $f_remote_import ); maybe_set_option( 'import_urls', serialize( $t_import_urls ) ); form_security_purge( 'plugin_Source_manage_config' );