Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/templateeditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Jürges <christian@eqipe.ch>2016-04-21 18:11:37 +0300
committerChristian Jürges <christian@eqipe.ch>2016-04-21 18:11:37 +0300
commit51a097c36156530246ed545932966c1d99a55694 (patch)
tree6d17efba2bf7da0b3be2ac39219f5175fb400195
parentf31b2e78d76daddae09a5d785e86a5f3d638f345 (diff)
parentb0da006281b0fb0dac8a32b9e977cf6181679bc4 (diff)
Merge pull request #42 from eqipe/master
Wrong path to lost password template.
-rw-r--r--lib/mailtemplate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mailtemplate.php b/lib/mailtemplate.php
index cfc179f..c1c1b84 100644
--- a/lib/mailtemplate.php
+++ b/lib/mailtemplate.php
@@ -170,7 +170,7 @@ class MailTemplate extends \OC_Template {
'core/templates/altmail.php' => $l10n->t('Sharing email - public link shares (plain text fallback)'),
'core/templates/internalmail.php' => $l10n->t('Sharing email (HTML)'),
'core/templates/internalaltmail.php' => $l10n->t('Sharing email (plain text fallback)'),
- 'core/lostpassword/templates/email.php' => $l10n->t('Lost password mail'),
+ 'core/templates/lostpassword/email.php' => $l10n->t('Lost password mail'),
'settings/templates/email.new_user.php' => $l10n->t('New user email (HTML)'),
'settings/templates/email.new_user_plain_text.php' => $l10n->t('New user email (plain text fallback)'),
);