Merge remote-tracking branch 'origin/XW-2587' into XW-2415-2587-release

This commit is contained in:
idradm 2017-01-11 10:31:49 +01:00
commit 9ea6d19b94

View file

@ -145,6 +145,7 @@ class PortableInfoboxRenderService extends WikiaService {
$images = [ ];
for ( $i = 0; $i < count( $data ); $i++ ) {
$data[$i]['context'] = null;
$data[$i] = $helper->extendImageData( $data[$i], $this->imagesWidth );
if ( !!$data[$i] ) {