Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
better_exposed_filters
Commits
7b0e6bdf
Commit
7b0e6bdf
authored
Dec 10, 2014
by
juampy
Committed by
Mike Keran
Dec 10, 2014
Browse files
Issue #1697656 by juampy: Undefined variable output when rendering a checkbox
parent
04433c42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
better_exposed_filters.theme
better_exposed_filters.theme
+1
-1
No files found.
better_exposed_filters.theme
View file @
7b0e6bdf
...
...
@@ -414,7 +414,7 @@ function bef_checkbox($element, $value, $label, $selected) {
$print_term_count
=
' ('
.
taxonomy_term_count_nodes
(
$value
)
.
')'
;
}
$item
=
"
$checkbox
<label class='option' for='
$id
'>
$label$print_term_count
</label>"
;
$output
.
=
theme
(
'form_element'
,
$properties
,
$item
);
$output
=
theme
(
'form_element'
,
$properties
,
$item
);
return
$output
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment