TGMPA/TGM-Plugin-Activation

Activate single plugin returns true even though plugin hasn't been activated

hogash opened this issue · 0 comments

Hey guys, i noticed in the activate_single_plugin function if a plugin requires update, this function will still return true even if the plugin hasn't been activated.

Shouldn't this function return false if the plugin hasn't been activated, due to any reason? I would suggest return false in the $this->does_plugin_require_update( $slug ) condition check.