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

aklump’s picture

Status: Closed (fixed) » Fixed

Thank you for pointing this out; I've just updated this in the 7.x branch, I'm releasing 7.x-1.1 now.

aklump’s picture

Status: Needs review » Closed (fixed)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.