Project

General

Profile

« Previous | Next » 

Revision 4366f68b

Added by Andreas Kohlbecker almost 5 years ago

fixing Undefined variable

View differences:

modules/cdm_dataportal/includes/taxon.inc
417 417
  if ($synonym) {
418 418
    $out .= '<span class="acceptedFor">';
419 419
    $out .= t('is accepted for ');
420
    $referenceUri = null;
420 421
    if (isset($synonym->name->nomenclaturalReference)) {
421 422
      $referenceUri = url(path_to_reference($synonym->name->nomenclaturalReference->uuid));
422 423
    }

Also available in: Unified diff