Typo fix.

This commit is contained in:
Pereira Ricardo
2015-01-27 23:40:41 +01:00
parent f35287cb7a
commit bb1cdb17f5

View File

@@ -447,7 +447,7 @@ class Medium extends Data
$locator = self::$grav['locator'];
$overlay = $locator->findReference("system://assets/responsive-overlays/{$ratio}x.png") ?: $locator->findResource('system://assets/responsive-overlays/unknown.png');
$overlay = $locator->findResource("system://assets/responsive-overlays/{$ratio}x.png") ?: $locator->findResource('system://assets/responsive-overlays/unknown.png');
$this->image->merge(ImageFile::open($overlay));
}