]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing syntax error - sorry for that
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 4 Sep 2012 10:13:18 +0000 (13:13 +0300)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 4 Sep 2012 10:13:18 +0000 (13:13 +0300)
core/lostpassword/templates/email.php

index bf025e419735da7754aa961de9e6c64a4fb111c0..b65049feffea2af609daefcab9f824c68cc95ee6 100644 (file)
@@ -1,2 +1,2 @@
 <?php
-echo str_replace('{link}', $_['link'], $l->t('Use the following link to reset your password: {link}'))
\ No newline at end of file
+echo str_replace('{link}', $_['link'], $l->t('Use the following link to reset your password: {link}'));
\ No newline at end of file