diff options
author | jeff <jeff> | 2007-07-12 13:36:27 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-07-12 13:36:27 +0000 |
commit | cd907554f4c08175c379e204e28e26483acf957a (patch) | |
tree | f07a03443fcb8e1673ba24af0ef729e440f3ed4c /httemplate/misc | |
parent | 161172b3162b1495e3d8d0f7425a8b699ffab9fe (diff) |
refactor freeside-init-config to module code, compare results of old/new code, have freeside-upgrade complain and revert to old code/config on failure (#1477)
Diffstat (limited to 'httemplate/misc')
-rw-r--r-- | httemplate/misc/download-batch.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/download-batch.cgi b/httemplate/misc/download-batch.cgi index 67d044e38..57905daf9 100644 --- a/httemplate/misc/download-batch.cgi +++ b/httemplate/misc/download-batch.cgi @@ -193,7 +193,7 @@ my @batchlines = (); </%init> <%cleanup> if ($autopost) { - my $dir = $FS::UID::conf_dir. "cache.". $FS::UID::datasrc; + my $dir = $FS::UID::conf_dir. "/cache.". $FS::UID::datasrc; my $fh = new File::Temp( TEMPLATE => 'paybatch.'. $batchnum .'.XXXXXXXX', DIR => $dir, |