Skip to content

Commit

Permalink
Content model user ID pushing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cykod committed Oct 7, 2010
1 parent 7cf35b9 commit fed377d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/editor/auth_renderer.rb
Expand Up @@ -153,7 +153,7 @@ def user_register

if @model
# Re-update entry as we now have a user object
@options.publication.assign_entry(@model,params[:model],renderer_state(:myself => @usr))
@options.publication.assign_entry(@model,params[:model],renderer_state(:user => @usr))
@model.save
end

Expand Down

0 comments on commit fed377d

Please sign in to comment.