summaryrefslogtreecommitdiffstats
path: root/weblog-controller.lua
diff options
context:
space:
mode:
authorLuke Stuart <lukestu@gmail.com>2011-09-07 14:30:04 +0000
committerTed Trask <ttrask01@yahoo.com>2011-09-07 10:40:02 -0400
commit893f78c2213c87ef27339f19d5db3ad91959e6d9 (patch)
tree817ee1cf535d525e0dcdf7f61024682ae0314fed /weblog-controller.lua
parent6da18ec695594750e7c91a930cf8980c0ec0b5a5 (diff)
downloadacf-weblog-893f78c2213c87ef27339f19d5db3ad91959e6d9.tar.bz2
acf-weblog-893f78c2213c87ef27339f19d5db3ad91959e6d9.tar.xz
Fixed DG score, record selection, url escape sequences in squark clientuserid
Diffstat (limited to 'weblog-controller.lua')
-rw-r--r--weblog-controller.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/weblog-controller.lua b/weblog-controller.lua
index 11d8109..c645d11 100644
--- a/weblog-controller.lua
+++ b/weblog-controller.lua
@@ -96,7 +96,8 @@ function downloadselected(self)
end
function checkselected(self)
--- TT self.conf.viewtype = "silent"
+ --calls template-silent.lsp which allows us to execute something without refreshing or leaving the page
+ self.conf.viewtype = "silent"
return self.model.editselected(self.clientdata.chkdata)
--return file
end