Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_QueryResult.php |
— | — | @@ -432,7 +432,7 @@ |
433 | 433 | $newcontent = array(); |
434 | 434 | |
435 | 435 | foreach ( $this->mContent as $diContainer ) { |
436 | | - $recordValue = SMWDataValueFactory::newDataItemValue( $diContainer, $propertyValue->getDataItem() ); |
| 436 | + /* SMWRecordValue */ $recordValue = SMWDataValueFactory::newDataItemValue( $diContainer, $propertyValue->getDataItem() ); |
437 | 437 | $dataItems = $recordValue->getDataItems(); |
438 | 438 | |
439 | 439 | if ( array_key_exists( $pos, $dataItems ) && |