Forums
(@danlittlejohn)
7 years, 8 months ago
This line needs a tweak
if( $this->get_setting(‘version’) === false || $this->get_setting(‘version’) != $version ) {
to
if( $this->get_setting(‘version’) === false || $this->get_setting(‘version’) != $this->version ) {