- Patch #1014708 by bfroehle, thekevinday: hook_field_read_field() reference parameter problem.

merge-requests/26/head
Dries Buytaert 2011-01-18 18:11:30 +00:00
parent 5791f3724b
commit 4db3ae34fb
1 changed files with 1 additions and 1 deletions

View File

@ -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.
}