summaryrefslogtreecommitdiff
path: root/modules/rdf
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-12-11 02:38:24 +0000
committerDries Buytaert <dries@buytaert.net>2010-12-11 02:38:24 +0000
commit7a84848696a8f45021b224cef512dd2fec8f3b5a (patch)
tree1d787047f07433aee81207982f0e1ca925db9aaa /modules/rdf
parent8dfb77d097a138babd6e0504ac3534c28d2a0c4c (diff)
downloadbrdo-7a84848696a8f45021b224cef512dd2fec8f3b5a.tar.gz
brdo-7a84848696a8f45021b224cef512dd2fec8f3b5a.tar.bz2
- Patch #953494 by ngmaloney: rdf_mapping_save() shouldn't pass by reference.
Diffstat (limited to 'modules/rdf')
-rw-r--r--modules/rdf/rdf.module2
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.