From 0e0ca3b589668041022e3191d749d4c5acaee6e9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 9 May 2009 18:28:13 +0000 Subject: - Patch #457532 by Berdir: more PHP5 'fixes'. --- modules/field/field.autoload.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/field/field.autoload.inc') diff --git a/modules/field/field.autoload.inc b/modules/field/field.autoload.inc index 9ebe204f2..21a8947de 100644 --- a/modules/field/field.autoload.inc +++ b/modules/field/field.autoload.inc @@ -297,7 +297,7 @@ function field_attach_preprocess($obj_type, &$object) { * * This function is an autoloader for _field_attach_prepare_translation() in modules/field/field.attach.inc. */ -function field_attach_prepare_translation(&$node) { +function field_attach_prepare_translation($node) { require_once DRUPAL_ROOT . '/modules/field/field.attach.inc'; return _field_attach_prepare_translation($node); } -- cgit v1.2.3