small fix
This commit is contained in:
parent
98ce21d67e
commit
47cf62d794
|
@ -68,7 +68,7 @@ class WritingConference
|
||||||
|
|
||||||
def self.get_plugin_datas_to_member(datas)
|
def self.get_plugin_datas_to_member(datas)
|
||||||
page = Page.where(:module => "personal_conference").first rescue nil
|
page = Page.where(:module => "personal_conference").first rescue nil
|
||||||
if page.custom_string_field == "table"
|
if !page.nil? && page.custom_string_field == "table"
|
||||||
fields_to_show = [
|
fields_to_show = [
|
||||||
"authors",
|
"authors",
|
||||||
"paper_title",
|
"paper_title",
|
||||||
|
|
Loading…
Reference in New Issue