Merge branch 'release/3.2'

This commit is contained in:
Dylan K. Taylor
2018-07-26 14:03:39 +01:00
5 changed files with 38 additions and 6 deletions

View File

@ -662,9 +662,6 @@ class PluginManager{
$this->plugins = [];
$this->enabledPlugins = [];
$this->fileAssociations = [];
$this->permissions = [];
$this->defaultPerms = [];
$this->defaultPermsOp = [];
}
/**