Closed (fixed)
Project:
Boxes Multilingual
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2012 at 01:16 UTC
Updated:
21 Dec 2012 at 19:00 UTC
Jump to comment: Most recent file
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.