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

require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
global $CONFIG;

gatekeeper();
action_gatekeeper();

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

forward($_SERVER['HTTP_REFERER']);