small fix for member show page

This commit is contained in:
Harry Bomrah 2015-04-29 17:34:57 +08:00
parent 5935a91795
commit 83656d2362
1 changed files with 1 additions and 1 deletions

View File

@ -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|