aboutsummaryrefslogtreecommitdiff
path: root/views/default/layout/objects/widget.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/layout/objects/widget.php')
-rw-r--r--views/default/layout/objects/widget.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/views/default/layout/objects/widget.php b/views/default/layout/objects/widget.php
index 1ba274aa6..d9a0681af 100644
--- a/views/default/layout/objects/widget.php
+++ b/views/default/layout/objects/widget.php
@@ -28,9 +28,7 @@ $widget_instance = "elgg-widget-instance-$handler";
<h3><?php echo $title; ?></h3>
</div>
<?php
- if ($can_edit) {
- echo elgg_view('layout/objects/widget/controls', array('widget' => $widget));
- }
+ echo elgg_view('layout/objects/widget/controls', array('widget' => $widget));
?>
<div class="elgg-widget-container">
<?php