- Patch #1014708 by bfroehle, thekevinday: hook_field_read_field() reference parameter problem.
parent
5791f3724b
commit
4db3ae34fb
|
@ -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.
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue