aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/widgets.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-19 19:11:03 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-19 19:11:03 +0000
commitf42382e0bff1692e2ddcd1c8eb316836e3020f1e (patch)
treebd11cb29bbae69f0daff3c0cd9c273203c788dc9 /engine/lib/widgets.php
parentb70654070d83323853f808beccc6780cfcd51ce4 (diff)
downloadelgg-f42382e0bff1692e2ddcd1c8eb316836e3020f1e.tar.gz
elgg-f42382e0bff1692e2ddcd1c8eb316836e3020f1e.tar.bz2
users can delete widgets from layout
git-svn-id: http://code.elgg.org/elgg/trunk@7349 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/widgets.php')
-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 9c6e68b53..92d022913 100644
--- a/engine/lib/widgets.php
+++ b/engine/lib/widgets.php
@@ -601,6 +601,7 @@ function widgets_init() {
register_action('widgets/save');
register_action('widgets/add');
register_action('widgets/move');
+ register_action('widgets/delete');
// Now run this stuff, but only once
run_function_once("widget_run_once");