Loading views_rss_media.inc +1 −1 Original line number Diff line number Diff line Loading @@ -120,7 +120,7 @@ function views_rss_media_preprocess_item_thumbnail(&$variables) { } // Normal image size. else { $element['attributes']['url'] = $file->url(); $element['attributes']['url'] = $file->createFileUrl(FALSE); } } // No file entity found, but something still was assigned to be displayed Loading Loading
views_rss_media.inc +1 −1 Original line number Diff line number Diff line Loading @@ -120,7 +120,7 @@ function views_rss_media_preprocess_item_thumbnail(&$variables) { } // Normal image size. else { $element['attributes']['url'] = $file->url(); $element['attributes']['url'] = $file->createFileUrl(FALSE); } } // No file entity found, but something still was assigned to be displayed Loading