Project

General

Profile

« Previous | Next » 

Revision 75f01b13

Added by Andreas Kohlbecker over 10 years ago

bugfix

View differences:

7.x/modules/cdm_dataportal/cdm_api/cdm_api.module
1331 1331

  
1332 1332
  if(!isset($cdmBase->annotations)){
1333 1333
    $annotationUrl = cdm_compose_annotations_uri($cdmBase);
1334
    $cdmBase->annotations = cdm_ws_fetch_all($annotationUrl, NULL, 'GET', TRUE);
1334
    $cdmBase->annotations = cdm_ws_fetch_all($annotationUrl, array(), 'GET', TRUE);
1335 1335
  }
1336 1336

  
1337 1337
  $annotations = array();

Also available in: Unified diff