forked from saurabh/orbit4-5
small fix for member show page
This commit is contained in:
parent
5935a91795
commit
83656d2362
app/controllers/admin
|
@ -80,7 +80,7 @@ class Admin::MembersController < OrbitMemberController
|
|||
end
|
||||
|
||||
def show
|
||||
@custom_fields = @member.member_profile_field_values rescue nil
|
||||
@custom_fields = @member.member_profile_field_values rescue []
|
||||
@plugins = OrbitApp::Plugin::Registration.all rescue nil
|
||||
@ppname = Array.new
|
||||
@plugins.each do |aa|
|
||||
|
|
Loading…
Reference in New Issue