Skip to content

Commit c76b1dd

Browse files
authored
Update Honeypot.php
1 parent 1fe681b commit c76b1dd

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

system/Honeypot/Honeypot.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ function __construct(BaseConfig $config)
7373
throw HoneypotException::forNoHiddenValue();
7474
}
7575

76-
if (!$this->config->hiddenByClass)
77-
{
78-
$this->config->hiddenByClass = null;
79-
}
80-
8176
if (empty($this->config->container) || strpos($this->config->container, '%s') === false)
8277
{
8378
$this->config->container = '<div style="display:none">%s</div>';

0 commit comments

Comments
 (0)