mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-05 19:29:06 -04:00
Patch for ticket #1765. Provide the full site url for the the gallery link instead of trying to use url_base for the hidden link and the presentation text.
This commit is contained in:
@@ -9,8 +9,9 @@
|
||||
<?= t("Hello, %name,", array("name" => $user->full_name ? $user->full_name : $user->name)) ?>
|
||||
</p>
|
||||
<p>
|
||||
<?= t("We received a request to reset your password for <a href=\"%site_url\">%site_url</a>. If you made this request, you can confirm it by <a href=\"%confirm_url\">clicking this link</a>. If you didn't request this password reset, it's ok to ignore this mail.",
|
||||
array("site_url" => html::mark_clean(url::base(false, "http")),
|
||||
<?= t("We received a request to reset your password for <a href=\"%site_url\">%base_url</a>. If you made this request, you can confirm it by <a href=\"%confirm_url\">clicking this link</a>. If you didn't request this password reset, it's ok to ignore this mail.",
|
||||
array("site_url" => html::mark_clean(url::abs_site("/")),
|
||||
"base_url" => html::mark_clean(url::base(false)),
|
||||
"confirm_url" => $confirm_url)) ?>
|
||||
</p>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user