Project

General

Profile

« Previous | Next » 

Revision 18110d8c

Added by Patrick Plitzner over 4 years ago

ref #8595 Fix compile error

View differences:

modules/cdm_dataportal/includes/pages.inc
624 624
 *
625 625
 * @return string the HTML
626 626
 */
627
function render_cdm_description_link($description, $linkText = $description->titleCache) {
627
function render_cdm_description_link($description, $linkText = '') {
628
  if(empty($linkText){
629
    $linkText = $description->titleCache;
630
  }
628 631
  $pathToDescription = path_to_description($description->uuid);
629 632
  $attributes['class'][] = html_class_attribute_ref($description);
630 633
  $descriptionString = '';

Also available in: Unified diff