From a2b3db924719b111c7c01812fe3470fbbd1ae7cc Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 30 Dec 2010 04:32:04 +0000 Subject: Refs #2428 removed more CONFIG uses git-svn-id: http://code.elgg.org/elgg/trunk@7769 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/admin/user/resetpassword.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/admin') diff --git a/actions/admin/user/resetpassword.php b/actions/admin/user/resetpassword.php index e3f737974..d019a7f55 100644 --- a/actions/admin/user/resetpassword.php +++ b/actions/admin/user/resetpassword.php @@ -28,7 +28,7 @@ if (($user instanceof ElggUser) && ($user->canEdit())) { system_message(elgg_echo('admin:user:resetpassword:yes')); notify_user($user->guid, - $CONFIG->site->guid, + elgg_get_site_entity()->guid, elgg_echo('email:resetpassword:subject'), elgg_echo('email:resetpassword:body', array($user->username, $password)), NULL, -- cgit v1.2.3