diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/user/passwordreset.php | 2 | ||||
-rw-r--r-- | actions/usersettings/save.php | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/actions/user/passwordreset.php b/actions/user/passwordreset.php index 230dfd68f..201d6abcf 100644 --- a/actions/user/passwordreset.php +++ b/actions/user/passwordreset.php @@ -6,8 +6,6 @@ * @subpackage Core */ -global $CONFIG; - $user_guid = get_input('u'); $code = get_input('c'); diff --git a/actions/usersettings/save.php b/actions/usersettings/save.php index 29cbebc1a..eb6cdbd5d 100644 --- a/actions/usersettings/save.php +++ b/actions/usersettings/save.php @@ -6,8 +6,6 @@ * @subpackage UserSettings */ -global $CONFIG; - elgg_trigger_plugin_hook('usersettings:save', 'user'); forward(REFERER); |