aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/widgets.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/widgets.php')
-rw-r--r--engine/lib/widgets.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/lib/widgets.php b/engine/lib/widgets.php
index faaa1dfb2..1186a8b55 100644
--- a/engine/lib/widgets.php
+++ b/engine/lib/widgets.php
@@ -178,7 +178,8 @@
$widget->handler = $handler;
$widget->context = $context;
$widget->column = $column;
- $widget->order = $order;
+ $widget->order = $order;
+ $widget->owner_guid = $user_guid;
$widget->access_id = 1;
if (!$widget->save())
return false;