diff options
author | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-11-16 20:01:11 +0000 |
---|---|---|
committer | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-11-16 20:01:11 +0000 |
commit | 0d45cd97d3e81a355147664557292468ff7d5470 (patch) | |
tree | 2ac86bbd48a9a95108df43ed90b5a1fcf3cbc04f | |
parent | 2f381cb0c913323bd587b719973a1474a88e4000 (diff) |
fixing a typo - thanks Mads
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@641 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r-- | LedgerSMB/Sysconfig.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/Sysconfig.pm b/LedgerSMB/Sysconfig.pm index 110c1088..1634bfcc 100644 --- a/LedgerSMB/Sysconfig.pm +++ b/LedgerSMB/Sysconfig.pm @@ -82,7 +82,7 @@ $memberfile = $config{paths}{memberfile} if $config{paths}{memberfile}; $userspath = $config{paths}{userspath} if $config{paths}{userspath}; $localepath = $config{paths}{localepath} if $config{paths}{localepath}; $spool = $config{paths}{spool} if $config{paths}{spool}; -$templates = $config{paths}{tempates} if $config{paths}{tempates}; +$templates = $config{paths}{templates} if $config{paths}{templates}; $gzip = $config{programs}{gzip} if $config{programs}{gzip}; |