We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe681b commit c76b1ddCopy full SHA for c76b1dd
1 file changed
system/Honeypot/Honeypot.php
@@ -73,11 +73,6 @@ function __construct(BaseConfig $config)
73
throw HoneypotException::forNoHiddenValue();
74
}
75
76
- if (!$this->config->hiddenByClass)
77
- {
78
- $this->config->hiddenByClass = null;
79
- }
80
-
81
if (empty($this->config->container) || strpos($this->config->container, '%s') === false)
82
{
83
$this->config->container = '<div style="display:none">%s</div>';
0 commit comments