when using the video module within fieldcollections, you might get the following error as $entity->title isn't set
Notice: Undefined property: FieldCollectionItemEntity::$title in VideoHelper->thumbnail_object() (Line 77 of /.../modules/video/includes/VideoHelper.inc).
attached a patch
| Comment | File | Size | Author |
|---|---|---|---|
| video_title_fix.patch | 809 bytes | dasjo |
Comments
Comment #1
Jorrit commentedFixed in 7.x-2.x, thanks for the patch.