Project

General

Profile

« Previous | Next » 

Revision 9e7ae433

Added by Andreas Kohlbecker about 7 years ago

ref #6431 adding missing class attribute for pseudoFeatures

View differences:

modules/cdm_dataportal/includes/descriptions.inc
2034 2034
  $feature = new stdClass;
2035 2035
  $feature->representation_L10n = $representation_L10n;
2036 2036
  $feature->uuid = $pseudo_feature_key;
2037
  $feature->class = 'PseudoFeature';
2037 2038

  
2038 2039
  return $feature;
2039 2040

  

Also available in: Unified diff