From 5dcd1b276ddede8f34408a8e32382f8d0d3c41b5 Mon Sep 17 00:00:00 2001 From: flop25 Date: Thu, 10 Nov 2016 16:31:10 +0100 Subject: [PATCH] fixes #546 get_root_url() instead of get_gallery_home_url() --- password.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/password.php b/password.php index 5a96ea1bc..c0ad396e2 100644 --- a/password.php +++ b/password.php @@ -114,7 +114,7 @@ function process_password_request() ); $message.= "\r\n\r\n"; $message.= l10n('To reset your password, visit the following address:') . "\r\n"; - $message.= get_gallery_home_url().'/password.php?key='.$activation_key.'-'.urlencode($userdata['email']); + $message.= get_root_url().'password.php?key='.$activation_key.'-'.urlencode($userdata['email']); $message.= "\r\n\r\n"; $message.= l10n('If this was a mistake, just ignore this email and nothing will happen.')."\r\n";