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.

Comments

mariacha1’s picture

Status: Active » Needs review
StatusFileSize
new603 bytes

Here's that patch.