summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/upload_target.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-03-28 11:29:50 -0700
committerIvan Kohler <ivan@freeside.biz>2014-03-28 11:29:50 -0700
commit8dfcff6e8176822352dc79d3ddfbf0a3b1e3ea74 (patch)
tree4c9145a592042d0e4341482d9933afc13718c4f6 /httemplate/edit/process/upload_target.html
parenta1c03bd93dd860337a847a7b696cf6829ad14672 (diff)
fix precheck callback
Diffstat (limited to 'httemplate/edit/process/upload_target.html')
-rw-r--r--httemplate/edit/process/upload_target.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/process/upload_target.html b/httemplate/edit/process/upload_target.html
index 8755bed56..f6cb9cd5b 100644
--- a/httemplate/edit/process/upload_target.html
+++ b/httemplate/edit/process/upload_target.html
@@ -20,6 +20,8 @@ sub precheck {
$cgi->param($1, $cgi->param($_));
}
}
+
+ ''; #no error
}
</%init>