r88112 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88111‎ | r88112 | r88113 >
Date:17:08, 14 May 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
follow up to r88108
Modified paths:
  • /trunk/extensions/SemanticWatchlist/includes/SWL_ChangeSet.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticWatchlist/includes/SWL_ChangeSet.php
@@ -74,8 +74,8 @@
7575 $changeSet->addChange(
7676 $property,
7777 new SMWPropertyChange(
78 - is_null( $change->change_old_value ) ? null : SMWDataItem::unserializeDataItem( $diType, $change->change_old_value ),
79 - is_null( $change->change_new_value ) ? null : SMWDataItem::unserializeDataItem( $diType, $change->change_new_value )
 78+ is_null( $change->change_old_value ) ? null : SMWDataItem::newFromSerialization( $diType, $change->change_old_value ),
 79+ is_null( $change->change_new_value ) ? null : SMWDataItem::newFromSerialization( $diType, $change->change_new_value )
8080 )
8181 );
8282 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88108renamed methodmkroetzsch16:51, 14 May 2011

Status & tagging log