Merge branch 'master' into openstreetbugs

This commit is contained in:
Tom Hughes 2010-04-19 21:30:42 +01:00
commit acbc99ac16
188 changed files with 5953 additions and 10826 deletions

View file

@ -85,7 +85,7 @@ class User < ActiveRecord::Base
end
def languages
attribute_present?(:languages) ? read_attribute(:languages).split(",") : []
attribute_present?(:languages) ? read_attribute(:languages).split(/ *, */) : []
end
def languages=(languages)