Forums
(@danlittlejohn)
9 years, 2 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 ) {