Skip to content

Commit 6ec1776

Browse files
cxgreat2014HelloZeroNet
authored andcommitted
Fix BUG in #813 (#816)
1 parent 4f1fc06 commit 6ec1776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/disabled-Multiuser/MultiuserPlugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def actionOptionalLimitSet(self, to, *args, **kwargs):
186186
if not config.multiuser_local:
187187
self.cmd("notification", ["info", "This function is disabled on this proxy"])
188188
else:
189-
return super(UiWebsocketPlugin, self).actionSiteClone(to, *args, **kwargs)
189+
return super(UiWebsocketPlugin, self).actionOptionalLimitSet(to, *args, **kwargs)
190190

191191

192192
@PluginManager.registerTo("ConfigPlugin")

0 commit comments

Comments
 (0)