We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220d3aa commit af56139Copy full SHA for af56139
1 file changed
acp/wpn_acp_module.php
@@ -117,7 +117,7 @@ public function save_settings()
117
];
118
119
// Do not validate and update private key field if the content is ******** and the key was already set
120
- if ($config_array['wpn_webpush_vapid_private'] == '********' && $this->config['wpn_webpush_vapid_private'])
+ if ($config_array['wpn_webpush_vapid_private'] === '********' && $this->config['wpn_webpush_vapid_private'])
121
{
122
unset($display_settings['wpn_webpush_vapid_private'], $config_array['wpn_webpush_vapid_private']);
123
}
0 commit comments