Closed (fixed)
Project:
ThemeKey
Version:
6.x-2.0-alpha1
Component:
Code / API
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
29 Sep 2009 at 15:34 UTC
Updated:
8 Dec 2009 at 22:10 UTC
Some property callback functions get called up to 5 times because themekey_init() calls _themekey_match_paths() 2 times and _themekey_match_paths() calls _themekey_match_properties() 2 times and $callback($item, $parameters);
Comments
Comment #1
mkalkbrennernumber of calls was reduced in 6.x-1.2beta3 release.
Comment #2
mkalkbrenner