whitespaces

This commit is contained in:
dianafa 2015-05-22 17:34:12 +02:00
parent 4525aea3e5
commit c3073c0b17

View file

@ -195,9 +195,9 @@ class PortableInfoboxRenderService extends WikiaService {
*/
private function createOldThumbnail( $name )
{
$file = $this->findFileByName($name);
$file = $this->findFileByName( $name );
return $file->createThumb(
F::app()­> checkSkin('wikiamobile') ?
F::app()->checkSkin('wikiamobile') ?
self::MOBILE_THUMBNAIL_WIDTH :
self::DESKTOP_THUMBNAIL_WIDTH
);