Skip to content
Snippets Groups Projects
Commit dfe690d6 authored by Steven Jones's avatar Steven Jones Committed by Steven Jones
Browse files

Issue #2855700 by Steven Jones: Notice: Undefined index: recomporess in AdvDef and AdvPng

parent a2263802
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ class AdvDef extends ImageAPIOptimizeProcessorBinaryBase {
$form['recompress'] = array(
'#title' => $this->t('Recompress'),
'#type' => 'checkbox',
'#default_value' => $this->configuration['recomporess'],
'#default_value' => $this->configuration['recompress'],
);
$form['mode'] = array(
......
......@@ -62,7 +62,7 @@ class AdvPng extends ImageAPIOptimizeProcessorBinaryBase {
$form['recompress'] = array(
'#title' => $this->t('Recompress'),
'#type' => 'checkbox',
'#default_value' => $this->configuration['recomporess'],
'#default_value' => $this->configuration['recompress'],
);
$form['mode'] = array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment