[pLog-svn] r730 - plog/trunk/class/template

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Jan 11 16:48:03 GMT 2005


Author: oscar
Date: 2005-01-11 16:48:02 +0000 (Tue, 11 Jan 2005)
New Revision: 730

Modified:
   plog/trunk/class/template/template.class.php
Log:
if there is no value for template_compile_check, it will default to 'true'

Modified: plog/trunk/class/template/template.class.php
===================================================================
--- plog/trunk/class/template/template.class.php	2005-01-11 16:41:29 UTC (rev 729)
+++ plog/trunk/class/template/template.class.php	2005-01-11 16:48:02 UTC (rev 730)
@@ -62,7 +62,7 @@
             // default folders
             $this->compile_dir  = $config->getValue( 'temp_folder' );
             $this->template_dir = $config->getValue( 'template_folder' );
-            $this->compile_check = $config->getValue( 'template_compile_check' );
+            $this->compile_check = $config->getValue( 'template_compile_check', true );
             // this helps if php is running in 'safe_mode'
             $this->use_sub_dirs = false;
         }




More information about the pLog-svn mailing list