aboutsummaryrefslogtreecommitdiff
path: root/actions/user
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-30 02:25:22 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-30 02:25:22 +0000
commitcaef932790b72de1efa5b8ef2065dd3ca3b9eb5a (patch)
tree0a829eeabea8a4c5460ff7eda87bb60c4f3f0395 /actions/user
parent6f59a0482ed182ed3f544ebde84bbcfdcd9b4680 (diff)
downloadelgg-caef932790b72de1efa5b8ef2065dd3ca3b9eb5a.tar.gz
elgg-caef932790b72de1efa5b8ef2065dd3ca3b9eb5a.tar.bz2
Refs #2428 removed a few CONFIG uses in core
git-svn-id: http://code.elgg.org/elgg/trunk@7480 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions/user')
-rw-r--r--actions/user/passwordreset.php2
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');