@@ -713,13 +713,13 @@ |
||
| 713 | 713 | |
| 714 | 714 | if (defined('WEBPCONVERT_CWEBP_PATH')) { |
| 715 | 715 | $this->logLn('WEBPCONVERT_CWEBP_PATH was defined, so using that path and ignoring any other'); |
| 716 | - return [[constant('WEBPCONVERT_CWEBP_PATH')],[[], []]]; |
|
| 716 | + return [[constant('WEBPCONVERT_CWEBP_PATH')], [[], []]]; |
|
| 717 | 717 | } |
| 718 | 718 | if (!empty(getenv('WEBPCONVERT_CWEBP_PATH'))) { |
| 719 | 719 | $this->logLn( |
| 720 | 720 | 'WEBPCONVERT_CWEBP_PATH environment variable was set, so using that path and ignoring any other' |
| 721 | 721 | ); |
| 722 | - return [[getenv('WEBPCONVERT_CWEBP_PATH')],[[], []]]; |
|
| 722 | + return [[getenv('WEBPCONVERT_CWEBP_PATH')], [[], []]]; |
|
| 723 | 723 | } |
| 724 | 724 | |
| 725 | 725 | if ($this->options['try-cwebp']) { |