fix function output in accordance to phpdoc and function naming
This commit is contained in:
parent
9dc1b4d836
commit
c38b841eb8
|
|
@ -457,6 +457,7 @@ class PluginManager
|
|||
if (array_key_exists($code, $this->disabledPlugins)) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue