summaryrefslogtreecommitdiff
path: root/modules/blog
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-01-05 18:56:49 +0000
committerDries Buytaert <dries@buytaert.net>2010-01-05 18:56:49 +0000
commit102a68291417b6cc7a3556c4d1ee0697a9445988 (patch)
tree441b91254200686876964cfefe3ebebc2a7aec6b /modules/blog
parent8691c9f2e8c6076dc689dc4fc691b97f4a01f699 (diff)
downloadbrdo-102a68291417b6cc7a3556c4d1ee0697a9445988.tar.gz
brdo-102a68291417b6cc7a3556c4d1ee0697a9445988.tar.bz2
- Patch #652588 by scor: updated RDF mapping definition in the core modules.
Diffstat (limited to 'modules/blog')
-rw-r--r--modules/blog/blog.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/blog.module b/modules/blog/blog.module
index 2b0e3c55a..60b6c116e 100644
--- a/modules/blog/blog.module
+++ b/modules/blog/blog.module
@@ -219,7 +219,7 @@ function blog_rdf_mapping() {
'type' => 'node',
'bundle' => 'blog',
'mapping' => array(
- 'rdftype' => array('sioct:Weblog'),
+ 'rdftype' => array('sioc:Post', 'sioct:BlogPost'),
),
),
);