Revision 64cfdac1
Added by Andreas Kohlbecker about 3 years ago
modules/cdm_dataportal/theme/cdm_dataportal.common.theme | ||
---|---|---|
60 | 60 |
$taxon_in_current_tree = FALSE; |
61 | 61 |
if (is_array($taxon_nodes)) { |
62 | 62 |
foreach ($taxon_nodes as $node) { |
63 |
if (get_current_classification_uuid() == $node->classification->uuid) {
|
|
63 |
if (get_current_classification_uuid() == $node->classificationUUID) {
|
|
64 | 64 |
$taxon_in_current_tree = TRUE; |
65 | 65 |
break; |
66 | 66 |
} |
Also available in: Unified diff
switching portal to real TaxonNodeDTOs