[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [641] trunk/LedgerSMB/Sysconfig.pm



Revision: 641
          http://svn.sourceforge.net/ledger-smb/?rev=641&view=rev
Author:   christopherm
Date:     2006-11-16 12:01:11 -0800 (Thu, 16 Nov 2006)

Log Message:
-----------
fixing a typo - thanks Mads

Modified Paths:
--------------
    trunk/LedgerSMB/Sysconfig.pm

Modified: trunk/LedgerSMB/Sysconfig.pm
===================================================================
--- trunk/LedgerSMB/Sysconfig.pm	2006-11-16 03:56:53 UTC (rev 640)
+++ trunk/LedgerSMB/Sysconfig.pm	2006-11-16 20:01:11 UTC (rev 641)
@@ -82,7 +82,7 @@
 $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};
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.