mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
Forgot a comma
This commit is contained in:
@@ -54,7 +54,7 @@ def create(backer_number, password)
|
||||
email = backer_info[backer_number][2].gsub(/ /,'').downcase
|
||||
user = User.create( :email => "#{email}@joindiaspora.com",
|
||||
:password => "#{email+backer_info[backer_number][0].to_s}",
|
||||
:profile => Profile.create( :first_name => backer_info[backer_number][1], :last_name => backer_info[backer_number][2] )
|
||||
:profile => Profile.create( :first_name => backer_info[backer_number][1], :last_name => backer_info[backer_number][2] ),
|
||||
:url=> "#{email}.joindiaspora.com")
|
||||
|
||||
# Make connection with Diaspora Tom
|
||||
|
||||
Reference in New Issue
Block a user