summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Bilyk <jbilyk@gmail.com>2011-10-01 15:42:45 +0000
committerJeff Bilyk <jbilyk@gmail.com>2011-10-01 15:42:45 +0000
commit18fd5f9c71f31fc75cfa47b17d0bc550ed73541d (patch)
tree67dcdcad8dac69685f066cdb156c015fd1fdf148
parentb305554cc566f41cb4e3b707ff9e3fa41cea3533 (diff)
downloadacf-lighttpd-18fd5f9c71f31fc75cfa47b17d0bc550ed73541d.tar.bz2
acf-lighttpd-18fd5f9c71f31fc75cfa47b17d0bc550ed73541d.tar.xz
fix typo in controller
-rw-r--r--lighttpd-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lighttpd-controller.lua b/lighttpd-controller.lua
index f664b57..dc7565d 100644
--- a/lighttpd-controller.lua
+++ b/lighttpd-controller.lua
@@ -22,7 +22,7 @@ function listfiles(self)
end
function expert(self)
- return controllerfunctions.handle_form(self, function() return self.model.getfiledetails(self.clientdata.filename) end, self.model.updatefiledetails, self.clientdata, "Save", "Edit ClamAV File", "File Saved")
+ return controllerfunctions.handle_form(self, function() return self.model.getfiledetails(self.clientdata.filename) end, self.model.updatefiledetails, self.clientdata, "Save", "Edit Lighttpd File", "File Saved")
end
function logfile(self)