diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-03-28 11:29:50 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-03-28 11:29:50 -0700 |
commit | b36a927104a04693ad41fa0ef4b999e212fb971b (patch) | |
tree | 2618f721b6e4cefcfb3b30e4f55c7ff79e584720 /httemplate/edit/process | |
parent | a31c3c63d893b38065f2b9e18235ba99ac412630 (diff) |
fix precheck callback
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r-- | httemplate/edit/process/upload_target.html | 2 |
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> |