In theme_video_upload_missing_image() an <img> is outputed. this causes issues with themes that override and it causes issues with CDN workflows. With the CDN patch, i put all images to the CDN through theme('image').

This will cause issues in D7 too with the new url rewrite thingie.

CommentFileSizeAuthor
#1 video_upload_636598.patch1.31 KBScott Reynolds

Comments

Scott Reynolds’s picture

StatusFileSize
new1.31 KB

Heres the patch.

jhedstrom’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Needs review » Patch (to be ported)

Committed to 6.x. Thanks Scott.

jhedstrom’s picture

Status: Patch (to be ported) » Fixed

Committed to 7.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

lolandese’s picture

Issue summary: View changes