r24029 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24028‎ | r24029 | r24030 >
Date:13:22, 12 July 2007
Author:mkroetzsch
Status:old
Tags:
Comment:
Minor fix (signature of addAttribute had changed)
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_Factbox.php (modified) (history)

Diff [purge]

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

Status & tagging log