Commit 8d422f342844591d993f76edafd15d955fc90b4c

Authored by Benjamin Renard
2 parents 0dbe3844 71b9368c

Merge branch 'amdadev' into develop

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
php/classes/AmdaAction.php
... ... @@ -255,6 +255,10 @@ class AmdaAction
255 255 else
256 256 $info = $units;
257 257 }
  258 + else {
  259 + if ($child->hasAttribute('description'))
  260 + $info = $child->getAttribute('description');
  261 + }
258 262  
259 263 if ($child->tagName == 'parameter') {
260 264 $isParameter = true;
... ...