Skip to content
Commit 3c7a6911 authored by Frank Fischer's avatar Frank Fischer Committed by Laurent Montel
Browse files

Fix off-by-1 error TemplateParser::Util::getLastNameFromEmail

The last name is parsed by looking for a comma and scanning back from
that position for letters or numbers. It should actually start from
the position before the comma, otherwise the scan would stop
immediately returning an empty name.
parent 05c6c2c4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment