mirror of
https://github.com/getgrav/grav.git
synced 2026-02-21 22:18:03 +01: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