Fix email body of password reset emails
commit75923205afaba81968caf2e805c079b4f94a75d5
authorLukas Fleischer <lfleischer@archlinux.org>
Sun, 17 May 2015 09:48:07 +0000 (17 11:48 +0200)
committerLukas Fleischer <lfleischer@archlinux.org>
Thu, 21 May 2015 07:33:58 +0000 (21 09:33 +0200)
tree949a9205ac0fc0daad68faa28e6528b281a235f0
parentef1f3798a0d06fa5e3ba9ae9cda0d1000e4cc57b
Fix email body of password reset emails

When the password reset function was factored out in 5d31bb2 (Move reset
key submission to a separate function, 2013-03-19), a semicolon was
accidentally replaced by a concatenation operator. As a result of this,
all password reset emails sent since mid-2013 only contained a password
reset link without any description. Fix this by terminating the
assignment with a semicolon again.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
web/html/passreset.php