aboutsummaryrefslogtreecommitdiff
path: root/actions/usersettings/save.php
blob: 5e375941fcbd8cc4ff7ca306653c625d7f6adf25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/**
 * Aggregate action for saving settings
 *
 * @package Elgg.Core
 * @subpackage UserSettings
 */

global $CONFIG;

gatekeeper();

trigger_plugin_hook('usersettings:save', 'user');

forward($_SERVER['HTTP_REFERER']);