Closed (fixed)
Project:
Context Block Classes
Version:
6.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2011 at 19:11 UTC
Updated:
6 Apr 2012 at 23:00 UTC
Haven't installed this yet but in function context_block_class_context_registry(), description is misspelled as descriptoin:
'descriptoin' => t('Configurable block classes per region within this context'),
should probably be:
'description' => t('Configurable block classes per region within this context'),
Comments
Comment #1
jerdavisFixed, Thanks!