Index: trunk/extensions/SemanticMediaWiki/includes/datavalues/SMW_DV_Concept.php |
— | — | @@ -148,7 +148,7 @@ |
149 | 149 | } |
150 | 150 | } elseif ( $desc instanceof SMWValueDescription ) { |
151 | 151 | if ( $desc->getComparator() == SMW_CMP_EQ ) { |
152 | | - $result = SMWExporter::getDataItemExpElement( $desc->getDataValue()->getDataItem() ); |
| 152 | + $result = SMWExporter::getDataItemExpElement( $desc->getDataItem() ); |
153 | 153 | } else { // alas, OWL cannot represent <= and >= ... |
154 | 154 | $exact = false; |
155 | 155 | $result = false; |