Index: trunk/extensions/SemanticMediaWiki/includes/SMW_SemanticData.php |
— | — | @@ -86,7 +86,6 @@ |
87 | 87 | foreach ( $this->stubpropvals[$property->getDBkey()] as $dbkeys ) { |
88 | 88 | $dv = SMWDataValueFactory::newPropertyObjectValue($property); |
89 | 89 | $dv->setDBkeys($dbkeys); |
90 | | - |
91 | 90 | if ($this->m_noduplicates) { |
92 | 91 | $this->propvals[$property->getDBkey()][$dv->getHash()] = $dv; |
93 | 92 | } else { |