summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-01-18 18:11:30 +0000
committerDries Buytaert <dries@buytaert.net>2011-01-18 18:11:30 +0000
commit4db3ae34fbe38ce8dd49f825564675f063d5c615 (patch)
treeb36ab298ef17b62cd1df0974a0d7b0a84581b4a0 /modules
parent5791f3724b0a395bc21f03b2cdf860fbc2b41a79 (diff)
downloadbrdo-4db3ae34fbe38ce8dd49f825564675f063d5c615.tar.gz
brdo-4db3ae34fbe38ce8dd49f825564675f063d5c615.tar.bz2
- Patch #1014708 by bfroehle, thekevinday: hook_field_read_field() reference parameter problem.
Diffstat (limited to 'modules')
-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.
}