We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853b46a commit b08c0ceCopy full SHA for b08c0ce
sparkpost.class.php
@@ -40,9 +40,9 @@ public function __construct()
40
41
public function sp_activate()
42
{
43
- $options = self::$options_default;
44
- $options['transactional'] = true; // setting it here to apply this default value to new installation only as this is breaking change
45
- update_option('sp_settings', $options);
+ $settings = self::$settings_default;
+ $settings['transactional'] = true; // setting it here to apply this default value to new installation only as this is breaking change
+ update_option('sp_settings', $settings);
46
}
47
48
public function sp_deactivate()
0 commit comments