diff options
-rw-r--r-- | views/default/page/layouts/widgets.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/views/default/page/layouts/widgets.php b/views/default/page/layouts/widgets.php index 8d122738e..4c98a156c 100644 --- a/views/default/page/layouts/widgets.php +++ b/views/default/page/layouts/widgets.php @@ -9,7 +9,6 @@ * @uses $vars['show_access'] Show the access control (true) */ -$box = elgg_extract('box', $vars, ''); $num_columns = elgg_extract('num_columns', $vars, 3); $show_add_widgets = elgg_extract('show_add_widgets', $vars, true); $exact_match = elgg_extract('exact_match', $vars, false); |