keycdn / cache-enabler

A lightweight caching plugin for WordPress that makes your website faster by generating static HTML files.
https://wordpress.org/plugins/cache-enabler/
123 stars 46 forks source link

Invert comparisons for directory permission checks #204

Closed stevegrunwell closed 3 years ago

stevegrunwell commented 3 years ago

[As noted by @coreykn](#194 (comment)), the "if the permissons don't match what we expect, try to set them" checks should be using !==, not ===.