aboutsummaryrefslogtreecommitdiff
path: root/actions/reset.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/reset.php')
-rw-r--r--actions/reset.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/actions/reset.php b/actions/reset.php
deleted file mode 100644
index af6967f37..000000000
--- a/actions/reset.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-$result = reorder_widgets_from_panel(null, null, null, 'custom_index_widgets', 2);
-if ($result) {
- system_message(elgg_echo('widgets:save:success'));
-} else {
- register_error(elgg_echo('widgets:save:failure'));
-}
-forward(REFERER);