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