http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88112

Revision: 88112
Author:   jeroendedauw
Date:     2011-05-14 17:08:42 +0000 (Sat, 14 May 2011)
Log Message:
-----------
follow up to r88108

Modified Paths:
--------------
    trunk/extensions/SemanticWatchlist/includes/SWL_ChangeSet.php

Modified: trunk/extensions/SemanticWatchlist/includes/SWL_ChangeSet.php
===================================================================
--- trunk/extensions/SemanticWatchlist/includes/SWL_ChangeSet.php       
2011-05-14 17:05:25 UTC (rev 88111)
+++ trunk/extensions/SemanticWatchlist/includes/SWL_ChangeSet.php       
2011-05-14 17:08:42 UTC (rev 88112)
@@ -74,8 +74,8 @@
                        $changeSet->addChange(
                                $property,
                                new SMWPropertyChange(
-                                       is_null( $change->change_old_value ) ? 
null : SMWDataItem::unserializeDataItem( $diType, $change->change_old_value ),
-                                       is_null( $change->change_new_value ) ? 
null : SMWDataItem::unserializeDataItem( $diType, $change->change_new_value )
+                                       is_null( $change->change_old_value ) ? 
null : SMWDataItem::newFromSerialization( $diType, $change->change_old_value ),
+                                       is_null( $change->change_new_value ) ? 
null : SMWDataItem::newFromSerialization( $diType, $change->change_new_value )
                                )
                        );
                }       


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to