summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 651a6c1eb..6c2b64069 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -1820,6 +1820,7 @@ function theme_item_list($variables) {
foreach ($items as $i => $item) {
$attributes = array();
$children = array();
+ $data = '';
if (is_array($item)) {
foreach ($item as $key => $value) {
if ($key == 'data') {