bluehost / endurance-page-cache

Other
24 stars 11 forks source link

PHP Notice: Undefined property: Endurance_Page_Cache::$is_enabled #32

Closed ran81 closed 5 years ago

ran81 commented 6 years ago

On line 69 there's a check $this->is_enabled. Should probably be $this->is_enabled()

earnjam commented 5 years ago

I think this is resolved, as there are not any references to $this->is_enabled in the plugin. If it's still a problem, please feel free to update the issue and we can take a look.