From c7cac2e03762d1736756c4fcda0cd20352fa6891 Mon Sep 17 00:00:00 2001 From: mueller Date: Mon, 31 Jan 2011 23:36:35 -0500 Subject: [PATCH] fixing a problem with a component parameter, which should be an arrayref instead of an array --- mason/organism/view_organism.mas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mason/organism/view_organism.mas b/mason/organism/view_organism.mas index f35e0bd70..58c9f5b00 100644 --- a/mason/organism/view_organism.mas +++ b/mason/organism/view_organism.mas @@ -28,7 +28,7 @@ $static_data => undef; <& /page/page_title.mas, title=>"Details for $taxon $organism_name" &> <&| /page/info_section.mas, title=>'Basic information' &> -<& /organism/basic_info.mas, name=>$organism_name, common_name=>$common_name, description=>$description, comment=>$comment, synonyms=> @synonyms &> +<& /organism/basic_info.mas, name=>$organism_name, common_name=>$common_name, description=>$description, comment=>$comment, synonyms=> \@synonyms &> <& /organism/taxonomy.mas, taxonomy=>$taxonomy &> -- 2.11.4.GIT