mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
d8e11c7983
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue