Needs review
Project:
Scald: Embed.ly
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2014 at 17:12 UTC
Updated:
25 Nov 2014 at 17:18 UTC
Jump to comment: Most recent, Most recent file
The code:
$file = $atom->scald_thumbnail[LANGUAGE_NONE][0]['uri'];
Assumes that an atom has a thumbnail. If something has gone wrong, and no thumbnail exists, this can throw a warning.
Proposed solution will be attached with the next patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | scald_embedly-undefined_und_index-2381963-1.patch | 603 bytes | mariacha1 |
Comments
Comment #1
mariacha1 commentedHere's that patch.