Index: trunk/extensions/SemanticWatchlist/includes/SWL_ChangeSet.php |
— | — | @@ -73,7 +73,7 @@ |
74 | 74 | |
75 | 75 | $changeSet->addChange( |
76 | 76 | $property, |
77 | | - new SMWPropertyChange( // TODO: directly create the DI, no need to get it via a DV... |
| 77 | + new SMWPropertyChange( |
78 | 78 | is_null( $change->change_old_value ) ? null : SMWDataItem::unserializeDataItem( $diType, $change->change_old_value ), |
79 | 79 | is_null( $change->change_new_value ) ? null : SMWDataItem::unserializeDataItem( $diType, $change->change_new_value ) |
80 | 80 | ) |