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

Revision: 88107
Author:   jeroendedauw
Date:     2011-05-14 16:48:38 +0000 (Sat, 14 May 2011)
Log Message:
-----------
rem todo

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 16:46:16 UTC (rev 88106)
+++ trunk/extensions/SemanticWatchlist/includes/SWL_ChangeSet.php       
2011-05-14 16:48:38 UTC (rev 88107)
@@ -73,7 +73,7 @@
                        
                        $changeSet->addChange(
                                $property,
-                               new SMWPropertyChange( // TODO: directly create 
the DI, no need to get it via a DV...
+                               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 )
                                )


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

Reply via email to