| @@ -916,9 +916,9 @@ | ||
| 916 | 916 | FrmAppHelper::permission_check( 'frm_change_settings' ); |
| 917 | 917 | check_ajax_referer( 'frm_ajax', 'nonce' ); |
| 918 | 918 | |
| 919 | 919 | $frm_style = new FrmStyle(); |
| 920 | - $defaults = false; // Intentionally avoid defaults here so nothing gets removed from our style. | |
| 920 | + $defaults = array(); // Intentionally avoid defaults here so nothing gets removed from our style. | |
| 921 | 921 | $style = ''; |
| 922 | 922 | |
| 923 | 923 | echo '<style type="text/css">'; |
| 924 | 924 | include FrmAppHelper::plugin_path() . '/css/_single_theme.css.php'; |