summaryrefslogtreecommitdiff
path: root/httemplate/autohandler
diff options
context:
space:
mode:
authorivan <ivan>2009-02-20 02:22:15 +0000
committerivan <ivan>2009-02-20 02:22:15 +0000
commit3c34dbb2f2f79dbdf840c7df13862880640c82df (patch)
tree4930973c4c85bc154e387e08022df4a41b3d17be /httemplate/autohandler
parentc2cf878f3c2c0e3fcd06f400a268d2cf9bd12eb8 (diff)
harmless tyop
Diffstat (limited to 'httemplate/autohandler')
-rw-r--r--httemplate/autohandler2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/autohandler b/httemplate/autohandler
index 3a2441703..ae04d423f 100644
--- a/httemplate/autohandler
+++ b/httemplate/autohandler
@@ -29,7 +29,7 @@ if ( UNIVERSAL::can(dbh, 'sprintProfile') ) {
if ( $FS::CurrentUser::CurrentUser->option('save_db_profile') ) {
#my $file = %%%FREESIDE_LOG%%%; #substitute here? maybe get from FS.pm?
my $file = '/usr/local/etc/freeside/'; #bah
- $file .= "dbix_profile..$$.". time;
+ $file .= "dbix_profile.$$.". time;
dbh->setLogFile($file);
dbh->printProfile();
}