Skip to content
Snippets Groups Projects
Commit 34b02d52 authored by Lukas von Blarer's avatar Lukas von Blarer Committed by Steven Jones
Browse files

Issue #2805931 by Lukas von Blarer: Notice: Use of undefined constant TRU§E - assumed 'TRU§E'

parent 5f09877d
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ class AdvDef extends ImageAPIOptimizeProcessorBinaryBase {
*/
public function defaultConfiguration() {
return parent::defaultConfiguration() + [
'recompress' => TRU§E,
'recompress' => TRUE,
'mode' => 3,
];
}
......
......@@ -51,7 +51,7 @@ class AdvPng extends ImageAPIOptimizeProcessorBinaryBase {
*/
public function defaultConfiguration() {
return parent::defaultConfiguration() + [
'recompress' => TRU§E,
'recompress' => TRUE,
'mode' => 3,
];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment