Closed (fixed)
Project:
Values
Version:
7.x-1.0-rc1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jul 2013 at 11:35 UTC
Updated:
24 Jul 2013 at 16:51 UTC
On a clean Drupal 7 installation on simplytest.me with just this module installed, I encountered the next error message after creating a set of two values and opening it again:
Warning: usort() expects parameter 1 to be array, string given in values_load() (line 678 of /home/sd0a5d235749e6d2/www/sites/default/modules/values/values.module).
After deleting this values set and starting a new one with only a set name defined the same thing happened.
Comments
Comment #1
drclaw commentedOops. There was a incorrectly named value_set property in there! I never noticed because the error only happens if ctools isn't installed. It's fixed now. I pushed a new release (7.x-1.0-rc2)
Thanks for the report!