diff options
author | 2013-03-30 19:48:27 +0100 | |
---|---|---|
committer | 2013-03-30 19:48:27 +0100 | |
commit | 07ae3e0b09441cec7a7df8ad5a4e961aab04e5eb (patch) | |
tree | aef4b5df69f23df85f469d7a9b6cb00038cb7347 /module/AddonManager.py | |
parent | show active addons (diff) | |
download | pyload-07ae3e0b09441cec7a7df8ad5a4e961aab04e5eb.tar.xz |
save and delete configs
Diffstat (limited to 'module/AddonManager.py')
-rw-r--r-- | module/AddonManager.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/AddonManager.py b/module/AddonManager.py index dc83a553f..9a8ad44ac 100644 --- a/module/AddonManager.py +++ b/module/AddonManager.py @@ -115,6 +115,8 @@ class AddonManager: self.log.info(_("Deactivate addons: %s") % ", ".join(sorted(deactive))) def manageAddons(self, plugin, name, value): + # TODO: user + # check if section was a plugin if plugin not in self.core.pluginManager.getPlugins("addons"): return |