undefined variable $webp7_perms in image-optimizer.php
-
On updating to the latest version of ewwww I got an error message for an undefined variable in ewww-image-optimizer.php
The undefined is $webp7_perms which seems to be defined as $webp6_perms in lines 296 then called as webp7 in 297-298.
$webp6_perms = substr(sprintf('%o', fileperms($webp7_dst)), -4); $ewww_debug .= "cwebp7-custom (OSX 10.7) permissions: $webp7_perms<br>"; if ($webp7_perms != '0755') {...
Error found during localhost test with MAMP on Mac 10.9.4
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘undefined variable $webp7_perms in image-optimizer.php’ is closed to new replies.