Merge pull request #1804 from haegemon/develop

fix output of function isDisabled in accordance to phpdoc and function naming
This commit is contained in:
Samuel Georges 2016-02-27 14:01:10 +11:00
commit 2fc0db5732
1 changed files with 1 additions and 0 deletions

View File

@ -457,6 +457,7 @@ class PluginManager
if (array_key_exists($code, $this->disabledPlugins)) {
return true;
}
return false;
}
/**