Merge pull request #1804 from haegemon/develop
fix output of function isDisabled in accordance to phpdoc and function naming
This commit is contained in:
commit
2fc0db5732
|
|
@ -457,6 +457,7 @@ class PluginManager
|
|||
if (array_key_exists($code, $this->disabledPlugins)) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue