diff options
author | Ralph Amissah <ralph@amissah.com> | 2010-04-28 00:19:30 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2010-04-28 00:19:30 -0400 |
commit | 181ca02cd2a633f4523fb1ebb328b71e56403d48 (patch) | |
tree | 4fa5c2cc7834f6ba047f20868ca299d9bfcd6129 /lib | |
parent | debian/changelog (2.3.0-1), debian/NEWS.Debian (diff) | |
parent | update: changelog, version (2.3.1) (diff) |
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sisu/v2/param.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sisu/v2/param.rb b/lib/sisu/v2/param.rb index bf32fc59..a59ac8ff 100644 --- a/lib/sisu/v2/param.rb +++ b/lib/sisu/v2/param.rb @@ -1103,6 +1103,7 @@ module SiSU_Param end end if defined? @classify.topic_register \ + and not @classify.topic_register.nil? \ and @classify.topic_register.length >3 topic_register=@classify.topic_register u=topic_register.scan(/[^;]+/) |