diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/rdf/rdf.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rdf/rdf.module b/modules/rdf/rdf.module index 07c03b37b..2b532cd1d 100644 --- a/modules/rdf/rdf.module +++ b/modules/rdf/rdf.module @@ -223,7 +223,7 @@ function _rdf_mapping_load($type, $bundle) { * @return * Status flag indicating the outcome of the operation. */ -function rdf_mapping_save(&$mapping) { +function rdf_mapping_save($mapping) { // In the case where a field has a mapping defined in the default entity // mapping, but a mapping is not specified in the bundle-specific mapping, // then use the default mapping for that field. |