Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cxgreat2014 authored and HelloZeroNet committed Feb 8, 2017
1 parent 4f1fc06 commit 6ec1776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/disabled-Multiuser/MultiuserPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def actionOptionalLimitSet(self, to, *args, **kwargs):
if not config.multiuser_local:
self.cmd("notification", ["info", "This function is disabled on this proxy"])
else:
return super(UiWebsocketPlugin, self).actionSiteClone(to, *args, **kwargs)
return super(UiWebsocketPlugin, self).actionOptionalLimitSet(to, *args, **kwargs)


@PluginManager.registerTo("ConfigPlugin")
Expand Down

0 comments on commit 6ec1776

Please sign in to comment.