In some rare cases $element[$child]['#type'] doesn't exist. Let's add empty check to prevent notices.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2558567_1.patch | 871 bytes | slashrsm |
In some rare cases $element[$child]['#type'] doesn't exist. Let's add empty check to prevent notices.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2558567_1.patch | 871 bytes | slashrsm |
Comments
Comment #2
slashrsm commentedComment #3
primsi commentedTested. Notice doesn't appear any more.
Comment #4
slashrsm commentedCommitted. Thanks!