Index: trunk/extensions/SemanticMediaWiki/includes/datavalues/SMW_DV_Record.php |
— | — | @@ -39,7 +39,7 @@ |
40 | 40 | } elseif ( is_null( $this->m_contextPage ) ) { |
41 | 41 | $semanticData = SMWContainerSemanticData::makeAnonymousContainer(); |
42 | 42 | } else { |
43 | | - $subobjectName = hash( 'md4', $value, false); // md4 is probably fastest of PHP's hashes |
| 43 | + $subobjectName = '_' . hash( 'md4', $value, false); // md4 is probably fastest of PHP's hashes |
44 | 44 | $subject = new SMWDIWikiPage( $this->m_contextPage->getDBkey(), |
45 | 45 | $this->m_contextPage->getNamespace(), $this->m_contextPage->getInterwiki(), |
46 | 46 | $subobjectName ); |