Really useful module, thanks!
When a box has been defined in a feature with an empty title you will see the following error:
Notice: Undefined variable: title in boxes_multilingual->render() (line 76 of /var/www/turner_ge/public/sites/all/modules/contrib/boxes_multilingual/plugins/boxes_multilingual.inc).
I've fixed this by making sure that $title is defined, the same as you do with $content. Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | boxes_multilingual_1491770.patch | 1.14 KB | johngriffin |
Comments
Comment #1
johngriffin commentedHmm, patch should be attached to this one then..
Comment #2
pbz1912 commentedThe patch in #1 is just whitespace cleanup. The correct patch needs to be added here.
Comment #3
mariancalinro commentedAdded the title initialization, and committed the fix.