diff options
Diffstat (limited to 'mod/profile/actions/editfield.php')
| -rw-r--r-- | mod/profile/actions/editfield.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/mod/profile/actions/editfield.php b/mod/profile/actions/editfield.php deleted file mode 100644 index 7df7dd9cc..000000000 --- a/mod/profile/actions/editfield.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php -/** - * Elgg profile plugin edit default profile action - * - * @package ElggProfile - */ - -admin_gatekeeper(); - -$field = get_input('field'); -$text = get_input('value'); - -set_plugin_setting("admin_defined_profile_{$field}",$text,'profile'); - -echo $text; - -exit;
\ No newline at end of file |
