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

Dead code variable $timeout_file undefined #67

Closed auban closed 4 years ago

auban commented 4 years ago

Dead code

In advanced-cache.php file

the line 91 have a undefined variable $timeout_file.

unlink($timeout_file);

auban commented 4 years ago

Same as issue https://wordpress.org/support/topic/php-warning-unlink-no-such-file/

svenba commented 4 years ago

This has been fixed.