diff options
Diffstat (limited to 'engine/lib/users.php')
| -rw-r--r-- | engine/lib/users.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/users.php b/engine/lib/users.php index 6c6e51d4d..7632a4834 100644 --- a/engine/lib/users.php +++ b/engine/lib/users.php @@ -972,7 +972,7 @@ function elgg_user_resetpassword_page_handler($page) {  	$form .= elgg_view('input/form', array(  		'body' => $form_body, -		'action' => $CONFIG->site->url . 'action/user/passwordreset' +		'action' => 'action/user/passwordreset'  	));  	$title = elgg_echo('resetpassword');  | 
