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

jerdavis’s picture

Status: Active » Fixed

Fixed, Thanks!

Status: Fixed » Closed (fixed)

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