fixes #546 get_root_url() instead of get_gallery_home_url()

This commit is contained in:
flop25
2016-11-10 16:31:10 +01:00
committed by plegall
parent e35a560759
commit 5dcd1b276d

View File

@@ -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";