mirror of
https://github.com/getgrav/grav.git
synced 2026-07-04 23:07:55 +02:00
Typo fix.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user