aboutsummaryrefslogtreecommitdiff
path: root/views/default/forms/plugins/usersettings/save.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/forms/plugins/usersettings/save.php')
-rw-r--r--views/default/forms/plugins/usersettings/save.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/views/default/forms/plugins/usersettings/save.php b/views/default/forms/plugins/usersettings/save.php
new file mode 100644
index 000000000..8532cdfd1
--- /dev/null
+++ b/views/default/forms/plugins/usersettings/save.php
@@ -0,0 +1,4 @@
+<?php
+$vars['type'] = 'user';
+
+echo elgg_view('forms/plugins/settings/save', $vars); \ No newline at end of file