Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Factbox.php |
— | — | @@ -188,8 +188,8 @@ |
189 | 189 | |
190 | 190 | if (NULL != $error) { |
191 | 191 | $datavalue = SMWDataValue::newTypedValue(new SMWErrorTypeHandler($error),$value); |
192 | | - if (!$smwgStoreActive) { |
193 | | - SMWFactbox::$semdata->addSpecialValue(SMW_SP_IMPORTED_FROM,$result); |
| 192 | + if ($smwgStoreActive) { |
| 193 | + SMWFactbox::$semdata->addSpecialValue(SMW_SP_IMPORTED_FROM, $datavalue); |
194 | 194 | } |
195 | 195 | return $datavalue; |
196 | 196 | } |