diff --git a/services/PortableInfoboxRenderService.class.php b/services/PortableInfoboxRenderService.class.php index db9cb87..781c966 100644 --- a/services/PortableInfoboxRenderService.class.php +++ b/services/PortableInfoboxRenderService.class.php @@ -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 );