Skip to content
Commit 5c1c5aa5 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Fix ignoring of @tags in e-mail addresses in Ruby 1.8.

In Ruby 1.9 string[x] returns a string but in Ruby 1.8 it returns
a char code.  Fixed by using sting[x,y] which always returns a string.
parent 0f94aa5c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment