mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-16 22:51:23 +02:00
Merge branch '3.2.x'
This commit is contained in:
@@ -262,8 +262,8 @@ class manager
|
|||||||
*/
|
*/
|
||||||
public function disable_step($name)
|
public function disable_step($name)
|
||||||
{
|
{
|
||||||
// ignore extensions that are already disabled
|
// ignore extensions that are not enabled
|
||||||
if ($this->is_disabled($name))
|
if (!$this->is_enabled($name))
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user