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.
2 parents 27bca6a + 4bd085e commit 5aff277Copy full SHA for 5aff277
ps_emailsubscription.php
@@ -206,8 +206,8 @@ public function uninstallPrestaShop16Module()
206
public function getContent()
207
{
208
if (Tools::isSubmit('submitUpdate')) {
209
- Configuration::updateValue('NW_CONFIRMATION_EMAIL', (bool) Tools::getValue('NW_CONFIRMATION_EMAIL'));
210
- Configuration::updateValue('NW_VERIFICATION_EMAIL', (bool) Tools::getValue('NW_VERIFICATION_EMAIL'));
+ Configuration::updateValue('NW_CONFIRMATION_EMAIL', (int) Tools::getValue('NW_CONFIRMATION_EMAIL'));
+ Configuration::updateValue('NW_VERIFICATION_EMAIL', (int) Tools::getValue('NW_VERIFICATION_EMAIL'));
211
212
$conditions = [];
213
$languages = Language::getLanguages(false);
0 commit comments