mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-15 11:59:56 +00:00
refactoring
This commit is contained in:
parent
72c1fd06ab
commit
ff623260e7
|
@ -202,7 +202,7 @@ class PortableInfoboxRenderService extends WikiaService {
|
|||
*/
|
||||
private function createOldThumbnail( $name )
|
||||
{
|
||||
$file = $this->wfFindFile( $name );
|
||||
$file = wfFindFile( $name );
|
||||
if ( $file ) {
|
||||
return $file->createThumb(
|
||||
F::app()->checkSkin('wikiamobile') ?
|
||||
|
|
Loading…
Reference in a new issue