I get the following message after adding a skin for a region
Notice: Undefined variable: theme_hooks in system_skinr_ui_element_title() (line 48 ...
and the region name is not being displayed in the list of added skins. (Its just displays 'Region' instead of 'Region ')
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | skinr-undefined-var-1783412-1.patch | 596 bytes | varshith |
Comments
Comment #1
varshith commentedThe variable $theme_hooks[0] was wrongly used in the place of $elements.
Adding a patch for this issue.
Comment #2
lolmaus commentedWorks! Please commit!
Comment #3
moonray commentedCommitted.