[pLog-svn] r1903 - plog/branches/plog-1.0.1/class/config

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Apr 25 10:43:05 GMT 2005


Author: oscar
Date: 2005-04-25 10:43:04 +0000 (Mon, 25 Apr 2005)
New Revision: 1903

Modified:
   plog/branches/plog-1.0.1/class/config/configfilestorage.class.php
Log:
fixed issue 446 (http://bugs.plogworld.net/view.php?id=446)


Modified: plog/branches/plog-1.0.1/class/config/configfilestorage.class.php
===================================================================
--- plog/branches/plog-1.0.1/class/config/configfilestorage.class.php	2005-04-24 19:14:50 UTC (rev 1902)
+++ plog/branches/plog-1.0.1/class/config/configfilestorage.class.php	2005-04-25 10:43:04 UTC (rev 1903)
@@ -244,7 +244,7 @@
         {
         	$value = $this->_props->getValue( $key );
             if( $value == "" || $value == null )
-            	if( !isset( $defaultValue ) || is_null( $defaulValue ) )
+            	if( !isset( $defaultValue ) || is_null( $defaultValue ) )
                 	$value = $defaultValue;
 
             return $value;




More information about the pLog-svn mailing list