Merge branch '3.2.x'

This commit is contained in:
Marc Alexander 2017-04-30 20:36:15 -04:00
commit d8e11c7983
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -262,8 +262,8 @@ class manager
*/
public function disable_step($name)
{
// ignore extensions that are already disabled
if ($this->is_disabled($name))
// ignore extensions that are not enabled
if (!$this->is_enabled($name))
{
return false;
}