Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Commit a68460c

Browse files
committed
Fixing wrongly replaced variable name
1 parent 2af7027 commit a68460c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/generate_webp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct()
2424
{
2525
$this->quality = c::get('plugin.kirby-webp.quality', 90);
2626
$this->strip = c::get('plugin.kirby-webp.stripMetadata', true);
27-
$this->serve = c::get('plugin.kirby-webp.converters', true);
27+
$this->serve = c::get('plugin.kirby-webp.convertedImage', true);
2828
$this->log = c::get('plugin.kirby-webp.serveOriginalOnFail', true);
2929
$this->converters = c::get('plugin.kirby-webp.converters', ['gd', 'cwebp']);
3030
}

0 commit comments

Comments
 (0)