Исправлено наложение шаблонов sync при cl-update-profile

master3.3
Mike Khiretskiy 10 years ago
parent 3a98aa127d
commit 3fe089dbfb

@ -29,6 +29,6 @@ class VariableAcUpdateSync(ReadonlyVariable):
"""
def get(self):
action = self.Get("cl_action")
if action in ("sync",):
if action in ("sync", 'update_profile'):
return "on"
return "off"

Loading…
Cancel
Save