summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/field/field.api.php2
1 files changed, 1 insertions, 1 deletions
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.
}