aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/lib/widgets.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/widgets.php b/engine/lib/widgets.php
index 5156a6332..2269d76d0 100644
--- a/engine/lib/widgets.php
+++ b/engine/lib/widgets.php
@@ -179,6 +179,7 @@
$widget->context = $context;
$widget->column = $column;
$widget->order = $order;
+ $widget->access_id = 1;
if (!$widget->save())
return false;
// save_widget_location($widget, $order, $column);