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

update getting filesystem #199

Closed coreykn closed 3 years ago

coreykn commented 3 years ago

Update the require_once statement in the Cache_Enabler_Disk::get_filesystem() method that was added in PR #194 to not include a leading forward slash because the ABSPATH constant has a trailing forward slash.