no member rescue

This commit is contained in:
Harry Bomrah 2014-10-02 20:47:23 +08:00
parent 76b635a6b9
commit 1fcae46912
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
<label class="control-label muted"><%= t("personal_plugins.author") %></label>
<div class="controls">
<%= @member.name rescue ''%>
<%= f.hidden_field :member_profile_id, :value => @member.id %>
<%= f.hidden_field :member_profile_id, :value => @member.id if !@member.nil? %>
</div>
</div>