aboutsummaryrefslogtreecommitdiff
path: root/actions/usersettings/save.php
blob: 3e0117f061486ddd68be40ab952914f862a712d4 (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(REFERER);