summaryrefslogtreecommitdiff
path: root/modules/user
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-04-10 16:37:19 +0000
committerDries Buytaert <dries@buytaert.net>2010-04-10 16:37:19 +0000
commite892ed5c317f7d37da09a2ad3a0e113703437b10 (patch)
tree6da9fe80374cabfe7885ff0c0d547468649353bd /modules/user
parentb225882e5e8adfe6a3f21dbd7f1e8f858cd41c79 (diff)
downloadbrdo-e892ed5c317f7d37da09a2ad3a0e113703437b10.tar.gz
brdo-e892ed5c317f7d37da09a2ad3a0e113703437b10.tar.bz2
- Patch #712538 by scor: clean up RDF namespaces and mappings before Drupal 7 release.
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index 1441dc831..dc1c0c1d4 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -3522,7 +3522,7 @@ function user_rdf_mapping() {
'type' => 'user',
'bundle' => RDF_DEFAULT_BUNDLE,
'mapping' => array(
- 'rdftype' => array('sioc:User'),
+ 'rdftype' => array('sioc:UserAccount'),
'name' => array(
'predicates' => array('foaf:name'),
),