mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-15 11:59:56 +00:00
whitespaces
This commit is contained in:
parent
4525aea3e5
commit
c3073c0b17
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue