Closed (fixed)
Project:
Google Fonts
Version:
7.x-2.2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2011 at 02:44 UTC
Updated:
26 Jul 2011 at 07:32 UTC
Hi I use your module google fonts 7.x-2.1 before it was working stable, till I upgrade to 7.x.2.2 now i see the error come on screen at 148 line at google_fonts.module but previous version was working fine, then new version isnt work fine, do I miss something, since I install two modules, Google Fonts and Google Webfont Loader API
Hopeful you find the little bug in this page and smash the bug! :D
Thanks
Comments
Comment #1
BarisW commentedAw, forgot to test the upgrade from 7.1 to 7.2.
The error is introduced by adding multi-choice subsets (see #1208076: Subsets choice between Roman and Cyrillic cannot be multi-choice?). However, if you had fonts selected in 7.1, they were stored as string instead of arrays.
I now cast them to arrays to make sure they are arrays ;)
Comment #2
BarisW commentedUpgrading to 7.3 will fix your bug: http://drupal.org/node/1215946