diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-21 12:29:35 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-31 14:48:26 +0100 |
commit | 1c7d66645b312ee41a392c1d154f49fb6a6ec389 (patch) | |
tree | fce70cbf8a97cadf517fbf95ff650a219137fa80 /src/Wallabag/UserBundle/Mailer | |
parent | 2a58606983bd6091866a9f38149a87c25900decd (diff) | |
download | wallabag-1c7d66645b312ee41a392c1d154f49fb6a6ec389.tar.gz wallabag-1c7d66645b312ee41a392c1d154f49fb6a6ec389.tar.zst wallabag-1c7d66645b312ee41a392c1d154f49fb6a6ec389.zip |
CS
Diffstat (limited to 'src/Wallabag/UserBundle/Mailer')
-rw-r--r-- | src/Wallabag/UserBundle/Mailer/AuthCodeMailer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/UserBundle/Mailer/AuthCodeMailer.php b/src/Wallabag/UserBundle/Mailer/AuthCodeMailer.php index 4ab6051b..98017f43 100644 --- a/src/Wallabag/UserBundle/Mailer/AuthCodeMailer.php +++ b/src/Wallabag/UserBundle/Mailer/AuthCodeMailer.php | |||
@@ -48,7 +48,7 @@ class AuthCodeMailer implements AuthCodeMailerInterface | |||
48 | private $supportUrl; | 48 | private $supportUrl; |
49 | 49 | ||
50 | /** | 50 | /** |
51 | * Url for the wallabag instance. | 51 | * Url for the wallabag instance (only used for image in the HTML email template) |
52 | * | 52 | * |
53 | * @var string | 53 | * @var string |
54 | */ | 54 | */ |