Index: trunk/extensions/SemanticMediaWiki/includes/SMW_DV_NAry.php |
— | — | @@ -216,7 +216,7 @@ |
217 | 217 | $result .= ';'; |
218 | 218 | } |
219 | 219 | if ($value !== NULL) { |
220 | | - $result .= $value->Unit(); |
| 220 | + $result .= $value->getUnit(); |
221 | 221 | } |
222 | 222 | } |
223 | 223 | return $result; |