diff options
Diffstat (limited to 'actions/user')
-rw-r--r-- | actions/user/passwordreset.php | 2 |
1 files changed, 0 insertions, 2 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'); |