Notice: Undefined index: attributes in media_wysiwyg_token_to_markup() (line 121 of /html/sites/all/modules/media/modules/media_wysiwyg/includes/media_wysiwyg.filter.inc).
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 2327329-media_undefined_index-6.patch | 891 bytes | circuscowboy |
| #5 | 2327329-media_undefined_index-5.patch | 966 bytes | recrit |
| #1 | 2327329-media_undefined_index.patch | 1.02 KB | drnikki |
Comments
Comment #1
drnikki commentedComment #2
rooby commentedThere is a patch here, setting to needs review.
I would probably say use isset() instead of array_key_exists() in this case but either works.
Comment #3
rooby commentedI wonder why lots of other people aren't complaining about this.
It makes me wonder if there is some other problem causing this and this is just masking the real cause?
Comment #5
recrit commentedRe-roll of the patch with latest 7.x-2.x cba92a0.
Comment #6
circuscowboy commentedRerolled - also reviewed - solves the error for me.
Comment #8
joseph.olstadfixed in 7.x-2.x dev