summaryrefslogtreecommitdiffstats
path: root/ipalib/frontend.py
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-08-02 14:36:33 -0400
committerRob Crittenden <rcritten@redhat.com>2010-08-02 16:28:07 -0400
commitf9ff041c5cd5ac11af2edb59cb7a707582193df6 (patch)
tree78bdceb1b3b637be34fbb11ff34d8d17fdf88446 /ipalib/frontend.py
parent47d4fcdd8178ec4b8403efa4f80eaa009c32d78b (diff)
downloadfreeipa-webui-details.tar.gz
freeipa-webui-details.tar.xz
freeipa-webui-details.zip
Revert WebUI changeswebui-details
Reverted with: % git diff --binary HEAD..d4adbc8052faf18fb31e7b1865037aa107067d4b > revert.patch % git apply revert.patch % git commit -a
Diffstat (limited to 'ipalib/frontend.py')
-rw-r--r--ipalib/frontend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/frontend.py b/ipalib/frontend.py
index db1cae4f2..d320f02e0 100644
--- a/ipalib/frontend.py
+++ b/ipalib/frontend.py
@@ -666,7 +666,7 @@ class Command(HasParam):
performs is executed remotely.
"""
if self.api.env.in_server:
- return self.execute(*args, **options)
+ return self.execute(*args, **options)
return self.forward(*args, **options)
def execute(self, *args, **kw):