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

global $CONFIG;

gatekeeper();

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

forward($_SERVER['HTTP_REFERER']);