Closed (fixed)
Project:
Temperature Field
Version:
7.x-1.0
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
13 Feb 2012 at 23:09 UTC
Updated:
2 Nov 2013 at 00:30 UTC
Jump to comment: Most recent
When enabling Temperature_UI, Drupal pages start to show this warning:
Warning: Parameter 1 to temperature_ui_user_load() expected to be a reference, value given in DrupalDefaultEntityController->attachLoad() (line 334 of /Applications/MAMP/htdocs/drupal-7.12/includes/entity.inc).
Solution to the problem:
Line 62 of temperature_ui.module should be:
function temperature_ui_user_load($users)
instead of:
function temperature_ui_user_load(&$users)
Comments
Comment #1
aklump commentedThank you for pointing this out; I've just updated this in the 7.x branch, I'm releasing 7.x-1.1 now.
Comment #2
aklump commented