Index: trunk/extensions/SemanticMediaWiki/includes/datavalues/SMW_DV_URI.php |
— | — | @@ -164,7 +164,7 @@ |
165 | 165 | |
166 | 166 | protected function parseDBkeys( $args ) { |
167 | 167 | try { |
168 | | - $this->m_dataitem = SMWDIURI::doUnserialization( $args[0], $this->m_typeid); |
| 168 | + $this->m_dataitem = SMWDIURI::doUnserialize( $args[0], $this->m_typeid); |
169 | 169 | } catch ( SMWDataItemException $e ) { |
170 | 170 | $this->addError( wfMsgForContent( 'smw_baduri', $this->m_wikitext ) ); |
171 | 171 | $this->m_dataitem = new SMWDIURI( 'http', '//example.com', '', '', $this->m_typeid ); // define data item to have some value |