Index: trunk/extensions/SemanticMediaWiki/includes/datavalues/SMW_DV_Record.php |
— | — | @@ -96,7 +96,7 @@ |
97 | 97 | default: return new SMWConjunction( $subdescriptions ); |
98 | 98 | } |
99 | 99 | } else { |
100 | | - $this->m_dataitem = new SMWDIContainer( $semanticData, $this->m_typeid ); |
| 100 | + $this->m_dataitem = new SMWDIContainer( $semanticData ); |
101 | 101 | } |
102 | 102 | } |
103 | 103 | |