diff options
Diffstat (limited to 'actions/user/passwordreset.php')
| -rw-r--r-- | actions/user/passwordreset.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/actions/user/passwordreset.php b/actions/user/passwordreset.php index b801cbc22..201d6abcf 100644 --- a/actions/user/passwordreset.php +++ b/actions/user/passwordreset.php @@ -4,12 +4,8 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ -global $CONFIG; - $user_guid = get_input('u'); $code = get_input('c'); |
