summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r--module/plugins/hoster/ShareonlineBiz.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/ShareonlineBiz.py b/module/plugins/hoster/ShareonlineBiz.py
index 86aca3cbb..37130cf66 100644
--- a/module/plugins/hoster/ShareonlineBiz.py
+++ b/module/plugins/hoster/ShareonlineBiz.py
@@ -62,7 +62,7 @@ class ShareonlineBiz(Hoster):
if self.account and self.account.isPremium(self.user):
self.handleAPIPremium()
- self.handleWebsitePremium()
+ #self.handleWebsitePremium()
else:
self.handleFree()