r89214 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89213‎ | r89214 | r89215 >
Date:13:06, 31 May 2011
Author:mkroetzsch
Status:deferred
Tags:
Comment:
fixed Bug 29213
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2.php
@@ -205,7 +205,7 @@
206206
207207 foreach ( $data as $dbkeys ) {
208208 try {
209 - $result[] = SMWDataValueFactory::newTypeIdItem( $property->findPropertyTypeID(), $dbkeys );
 209+ $result[] = SMWCompatibilityHelpers::dataItemFromDBKeys( $property->findPropertyTypeID(), $dbkeys );
210210 } catch ( SMWDataItemException $e ) {
211211 // maybe some type assignment changed since the data was stored;
212212 // don't worry, but we can ony drop the data here

Status & tagging log