summaryrefslogtreecommitdiffstats
path: root/openldap-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'openldap-controller.lua')
-rw-r--r--openldap-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/openldap-controller.lua b/openldap-controller.lua
index 3e63f70..00b9f2e 100644
--- a/openldap-controller.lua
+++ b/openldap-controller.lua
@@ -17,7 +17,7 @@ mymodule.expert = function(self)
end
mymodule.search = function(self)
- return self.handle_form(self, self.model.get_ldapsearch, self.model.get_ldapsearch, "Search", "Search Again")
+ return self.model.get_ldapsearch(self)
end
return mymodule