From 7a84848696a8f45021b224cef512dd2fec8f3b5a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 11 Dec 2010 02:38:24 +0000 Subject: - Patch #953494 by ngmaloney: rdf_mapping_save() shouldn't pass by reference. --- modules/rdf/rdf.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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. -- cgit v1.2.3