[freeside-commits] branch FREESIDE_3_BRANCH updated. b36a927104a04693ad41fa0ef4b999e212fb971b

Ivan ivan at 420.am
Fri Mar 28 11:29:51 PDT 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  b36a927104a04693ad41fa0ef4b999e212fb971b (commit)
      from  a31c3c63d893b38065f2b9e18235ba99ac412630 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b36a927104a04693ad41fa0ef4b999e212fb971b
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Mar 28 11:29:50 2014 -0700

    fix precheck callback

diff --git a/httemplate/edit/process/upload_target.html b/httemplate/edit/process/upload_target.html
index 8755bed..f6cb9cd 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>

-----------------------------------------------------------------------

Summary of changes:
 httemplate/edit/process/upload_target.html |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list