summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-12-25 22:41:08 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-12-25 22:41:08 +0100
commita52a837af18e73b9ba409ee4777f3e21ff841de9 (patch)
treecce5d86ff16034be2cff929a5baad44d60782f43 /module/plugins/hooks
parentgreat fixes http://geekandpoke.typepad.com/.a/6a00d8341d3df553ef0134872dea109... (diff)
downloadpyload-a52a837af18e73b9ba409ee4777f3e21ff841de9.tar.xz
backward comp. fixes
Diffstat (limited to 'module/plugins/hooks')
-rw-r--r--module/plugins/hooks/MultiHome.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/MultiHome.py b/module/plugins/hooks/MultiHome.py
index 3f41938dc..b9b6ac5b7 100644
--- a/module/plugins/hooks/MultiHome.py
+++ b/module/plugins/hooks/MultiHome.py
@@ -55,7 +55,7 @@ class MultiHome(Hook):
iface.useFor(pluginName, account)
requestFactory.iface = iface.adress
self.log.debug("Multihome: using address: "+iface.adress)
- return oldGetRequest(pluginName, account, type)
+ return oldGetRequest(pluginName, account)
requestFactory.getRequest = getRequest
def bestInterface(self, pluginName, account):