Commit cc777031d08d1285086584d8388cf058fe7cc8ca

Authored by Antonio Terceiro
1 parent 323c9e8e

Setting "display name" by defaul for new profiles

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/models/person.rb
... ... @@ -215,7 +215,7 @@ class Person < Profile
215 215 ]
216 216 [
217 217 [MainBlock.new],
218   - [ProfileImageBlock.new, LinkListBlock.new(:links => links), RecentDocumentsBlock.new],
  218 + [ProfileImageBlock.new(:show_name => true), LinkListBlock.new(:links => links), RecentDocumentsBlock.new],
219 219 [FriendsBlock.new, CommunitiesBlock.new]
220 220 ]
221 221 end
... ...