From 4db3ae34fbe38ce8dd49f825564675f063d5c615 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 18 Jan 2011 18:11:30 +0000 Subject: - Patch #1014708 by bfroehle, thekevinday: hook_field_read_field() reference parameter problem. --- modules/field/field.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/field') diff --git a/modules/field/field.api.php b/modules/field/field.api.php index bc31b8ac3..1b9713b36 100644 --- a/modules/field/field.api.php +++ b/modules/field/field.api.php @@ -2416,7 +2416,7 @@ function hook_field_delete_instance($instance) { * @param $field * The field record just read from the database. */ -function hook_field_read_field(&$field) { +function hook_field_read_field($field) { // @todo Needs function body. } -- cgit v1.2.3