In profiles/standard/standard.install, the line
'rdftype' => array('sioc:Item', 'foaf:Document'),
is redundant since this is the default rdftype value for all nodes. It can be removed.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 973804.patch | 503 bytes | amateescu |
In profiles/standard/standard.install, the line
'rdftype' => array('sioc:Item', 'foaf:Document'),
is redundant since this is the default rdftype value for all nodes. It can be removed.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 973804.patch | 503 bytes | amateescu |
Comments
Comment #1
amateescu commentedDid you say novice? :)
Comment #2
scor commentedThanks for the patch @amateescu, yes it is as simple as that!
Comment #3
dries commentedCommitted to CVS HEAD. Thanks.