Skip to content
Snippets Groups Projects
Commit e7ec7e63 authored by Ravikant Mane's avatar Ravikant Mane Committed by Karthik Kumar D K
Browse files

Issue #3205397 by ravimane23, guilhermevp, heykarthikwithu: Warning in...

Issue #3205397 by ravimane23, guilhermevp, heykarthikwithu: Warning in ImagefieldSlideshowFieldFormatter
parent afdb9dae
Branches 8.x-1.x
Tags 1.0.0 2.0.0 8.x-1.11
No related merge requests found
......@@ -317,7 +317,7 @@ class ImagefieldSlideshowFieldFormatter extends ImageFormatterBase implements Co
$image_uri = $image->createFileUrl(FALSE);
}
// Populate image uri's with fid.
$fid = $image->toArray()['fid'][0][value];
$fid = $image->toArray()['fid'][0]['value'];
$image_uri_values[$fid] = ['uri' => $image_uri];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment