If the theme is set to hide the site logo, ctools_page_logo_content_type_render() tries to return a $block variable that doesn't exist.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | ctools-n1149084-d6.patch | 675 bytes | damienmckenna |
| #1 | ctools-n1149084-d7.patch | 675 bytes | damienmckenna |
Comments
Comment #1
damienmckennaHere's a quick patch that always returns a stdClass object.
Comment #2
tim.plunkettGood catch!
Comment #3
merlinofchaos commentedCommitted! Thanks!