Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Factbox.php |
— | — | @@ -107,7 +107,7 @@ |
108 | 108 | //are not removed! A cleaner solution would be to print a |
109 | 109 | //helpful message into the factbox, based on a new "print value as |
110 | 110 | //error" datatype handler. FIXME |
111 | | - SMWFactbox::addAttribute($relation, $target); |
| 111 | + SMWFactbox::addAttribute($relation, $target, false); |
112 | 112 | } else { |
113 | 113 | SMWFactbox::$semdata->addSpecialValue($special, $object); |
114 | 114 | } |