diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-07-23 04:39:32 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-07-23 04:39:32 +0000 |
commit | d963c364a564a3c2d9abfac2e265f5119a858214 (patch) | |
tree | 2693d72847b6fd2c2011c1bb05578eb26d99ce29 /profiles | |
parent | 002ca866d5f03ac76e244e10d16091ebdfb0eb02 (diff) | |
download | brdo-d963c364a564a3c2d9abfac2e265f5119a858214.tar.gz brdo-d963c364a564a3c2d9abfac2e265f5119a858214.tar.bz2 |
- Patch #632484 by aspilicious, scor, linclark: update the default profile with the proper RDF mapping.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/standard/standard.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install index d6e9f53ae..8e1a985d2 100644 --- a/profiles/standard/standard.install +++ b/profiles/standard/standard.install @@ -247,7 +247,7 @@ function standard_install() { 'mapping' => array( 'rdftype' => array('sioc:Item', 'foaf:Document'), 'field_image' => array( - 'predicates' => array('rdfs:seeAlso'), + 'predicates' => array('og:image', 'rdfs:seeAlso'), 'type' => 'rel', ), 'field_tags' => array( |