Skip to content
Snippets Groups Projects
Commit fac09fb2 authored by Neil Drumm's avatar Neil Drumm :wave: Committed by Jeff Geerling
Browse files

Issue #1790850 by drumm: Fix typo in honeypot.install.

parent f6ae9bd6
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ function honeypot_update_7002() {
if (!empty($types)) {
foreach ($types as $type) {
$d7_name = 'honeypot_form_comment_node_' . $type->type . '_form';
varaible_set($d7_name, $comment_form_value);
variable_set($d7_name, $comment_form_value);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment