diff --git a/templates/email.php b/templates/email.php index df65965..6fadd87 100644 --- a/templates/email.php +++ b/templates/email.php @@ -1,2 +1,2 @@ t('To create a new account on ownCloud, just click the following link: {link}')); +echo str_replace('{link}', $_['link'], $l->t('To create a new account on ownCloud, just click the following link:
{link}'));