r88107 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88106‎ | r88107 | r88108 >
Date:16:48, 14 May 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
rem todo
Modified paths:
  • /trunk/extensions/SemanticWatchlist/includes/SWL_ChangeSet.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticWatchlist/includes/SWL_ChangeSet.php
@@ -73,7 +73,7 @@
7474
7575 $changeSet->addChange(
7676 $property,
77 - new SMWPropertyChange( // TODO: directly create the DI, no need to get it via a DV...
 77+ new SMWPropertyChange(
7878 is_null( $change->change_old_value ) ? null : SMWDataItem::unserializeDataItem( $diType, $change->change_old_value ),
7979 is_null( $change->change_new_value ) ? null : SMWDataItem::unserializeDataItem( $diType, $change->change_new_value )
8080 )

Status & tagging log