summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/RehostTo.py
diff options
context:
space:
mode:
authorGravatar Pedro Algarvio <pedro@algarvio.me> 2012-01-22 18:31:46 +0100
committerGravatar Pedro Algarvio <pedro@algarvio.me> 2012-01-22 18:31:46 +0100
commit4741b4f8816bff7b0c803ac057c60b35e9909ad4 (patch)
tree775293bbd0453cae01b73d3c6bcef88bd26a6900 /module/plugins/hooks/RehostTo.py
parentMerge branches. (diff)
parentundelete DlFreeFr (diff)
downloadpyload-4741b4f8816bff7b0c803ac057c60b35e9909ad4.tar.xz
Merge stable.
Diffstat (limited to 'module/plugins/hooks/RehostTo.py')
-rw-r--r--module/plugins/hooks/RehostTo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/RehostTo.py b/module/plugins/hooks/RehostTo.py
index 34bcbf4c7..b16987f5c 100644
--- a/module/plugins/hooks/RehostTo.py
+++ b/module/plugins/hooks/RehostTo.py
@@ -5,7 +5,7 @@ from module.plugins.internal.MultiHoster import MultiHoster
class RehostTo(MultiHoster):
__name__ = "RehostTo"
- __version__ = "0.4"
+ __version__ = "0.41"
__type__ = "hook"
__config__ = [("activated", "bool", "Activated", "False")]
@@ -24,7 +24,7 @@ class RehostTo(MultiHoster):
def coreReady(self):
- self.account = self.core.accountManager.loadClass("accounts", "RehostTo")
+ self.account = self.core.accountManager.getAccountPlugin("RehostTo")
user = self.account.selectAccount()[0]